summaryrefslogtreecommitdiff
path: root/go.mod
blob: fd97f2a862f779ecba40d8370729d6c8c7311416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/caddyserver/caddy/v2

go 1.13

require (
	github.com/Masterminds/sprig/v3 v3.0.0
	github.com/alecthomas/chroma v0.7.0
	github.com/andybalholm/brotli v0.0.0-20190821151343-b60f0d972eeb
	github.com/cenkalti/backoff/v3 v3.1.1 // indirect
	github.com/dustin/go-humanize v1.0.0
	github.com/go-acme/lego/v3 v3.2.0
	github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc
	github.com/ilibs/json5 v1.0.1
	github.com/imdario/mergo v0.3.8 // indirect
	github.com/jsternberg/zap-logfmt v1.2.0
	github.com/klauspost/compress v1.8.6
	github.com/klauspost/cpuid v1.2.2
	github.com/kylelemons/godebug v1.1.0 // indirect
	github.com/lucas-clemente/quic-go v0.14.1
	github.com/mholt/certmagic v0.9.0
	github.com/miekg/dns v1.1.25 // indirect
	github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190906142622-1265e9b150c6
	github.com/naoina/go-stringutil v0.1.0 // indirect
	github.com/naoina/toml v0.1.1
	github.com/onsi/ginkgo v1.8.0 // indirect
	github.com/onsi/gomega v1.5.0 // indirect
	github.com/starlight-go/starlight v0.0.0-20181207205707-b06f321544f3
	github.com/vulcand/oxy v1.0.0
	github.com/yuin/goldmark v1.1.17
	github.com/yuin/goldmark-highlighting v0.0.0-20191202084645-78f32c8dd6d5
	go.starlark.net v0.0.0-20190919145610-979af19b165c
	go.uber.org/multierr v1.2.0 // indirect
	go.uber.org/zap v1.10.0
	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
	gopkg.in/natefinch/lumberjack.v2 v2.0.0
	gopkg.in/square/go-jose.v2 v2.4.1 // indirect
	gopkg.in/yaml.v2 v2.2.2
)