mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 15:19:25 +08:00
b249b45d10
Making them pointers makes for cleaner JSON when adapting configs, if the struct is empty now it will be omitted entirely. The x/time/rate package was updated to support changing the burst, so we've incorporated that here and removed a TODO.
31 lines
1.3 KiB
Modula-2
31 lines
1.3 KiB
Modula-2
module github.com/caddyserver/caddy/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.4.1 // indirect
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.4.2 // indirect
|
|
github.com/Masterminds/sprig v2.20.0+incompatible
|
|
github.com/andybalholm/brotli v0.0.0-20190821151343-b60f0d972eeb
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/go-acme/lego/v3 v3.0.2
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
github.com/ilibs/json5 v1.0.1
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
|
|
github.com/klauspost/compress v1.7.1-0.20190613161414-0b31f265a57b
|
|
github.com/klauspost/cpuid v1.2.1
|
|
github.com/lucas-clemente/quic-go v0.7.1-0.20190908032346-fc962d18373a
|
|
github.com/mholt/certmagic v0.7.3-0.20190917224939-65d418add14f
|
|
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190902132743-e4903c4dea48
|
|
github.com/rs/cors v1.6.0
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/starlight-go/starlight v0.0.0-20181207205707-b06f321544f3
|
|
go.starlark.net v0.0.0-20190604130855-6ddc71c0ba77
|
|
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
|
|
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
|
|
)
|