mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-05 08:50:07 +00:00
47f9ded5d8
Add environment variable XCADDY_GO_BUILD_FLAGS to override default build arguments from environment (#102). To support flags with variable arguments Unix-style quoting is supported.
9 lines
160 B
Modula-2
9 lines
160 B
Modula-2
module github.com/caddyserver/xcaddy
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
)
|