2019-07-03 02:37:06 +08:00
|
|
|
module github.com/caddyserver/caddy/v2
|
2019-05-07 05:26:05 +08:00
|
|
|
|
2019-09-13 07:31:10 +08:00
|
|
|
go 1.13
|
2019-05-07 05:26:05 +08:00
|
|
|
|
|
|
|
require (
|
2019-10-11 05:47:26 +08:00
|
|
|
github.com/Masterminds/sprig/v3 v3.0.0
|
2019-12-24 03:56:41 +08:00
|
|
|
github.com/alecthomas/chroma v0.7.0
|
2019-09-20 02:42:36 +08:00
|
|
|
github.com/andybalholm/brotli v0.0.0-20190821151343-b60f0d972eeb
|
2019-12-18 01:59:35 +08:00
|
|
|
github.com/cenkalti/backoff/v3 v3.1.1 // indirect
|
2019-06-06 01:10:19 +08:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2019-12-18 01:59:35 +08:00
|
|
|
github.com/go-acme/lego/v3 v3.2.0
|
2019-10-11 05:47:26 +08:00
|
|
|
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc
|
2019-09-03 02:21:41 +08:00
|
|
|
github.com/ilibs/json5 v1.0.1
|
2019-10-11 05:47:26 +08:00
|
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
2019-10-29 04:39:37 +08:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2019-10-11 05:47:26 +08:00
|
|
|
github.com/klauspost/compress v1.8.6
|
2019-12-18 01:59:35 +08:00
|
|
|
github.com/klauspost/cpuid v1.2.2
|
2019-12-24 03:56:41 +08:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2019-12-08 01:29:03 +08:00
|
|
|
github.com/lucas-clemente/quic-go v0.14.1
|
2019-12-18 01:59:35 +08:00
|
|
|
github.com/mholt/certmagic v0.9.0
|
|
|
|
github.com/miekg/dns v1.1.25 // indirect
|
2019-10-11 05:47:26 +08:00
|
|
|
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190906142622-1265e9b150c6
|
2019-12-24 03:56:41 +08:00
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1
|
2019-10-29 04:39:37 +08:00
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
2019-05-14 22:35:41 +08:00
|
|
|
github.com/starlight-go/starlight v0.0.0-20181207205707-b06f321544f3
|
2019-10-11 05:47:26 +08:00
|
|
|
github.com/vulcand/oxy v1.0.0
|
2019-12-24 03:56:41 +08:00
|
|
|
github.com/yuin/goldmark v1.1.17
|
|
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20191202084645-78f32c8dd6d5
|
2019-10-11 05:47:26 +08:00
|
|
|
go.starlark.net v0.0.0-20190919145610-979af19b165c
|
2019-10-29 04:39:37 +08:00
|
|
|
go.uber.org/multierr v1.2.0 // indirect
|
|
|
|
go.uber.org/zap v1.10.0
|
2019-12-18 01:59:35 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
|
|
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
|
|
|
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
|
2019-10-29 04:39:37 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2019-12-18 01:59:35 +08:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
|
2019-12-24 03:56:41 +08:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-05-07 05:26:05 +08:00
|
|
|
)
|