summaryrefslogtreecommitdiff
path: root/go.mod
blob: fe50c54fa7559611033d15110e9287c88971a042 (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
module github.com/caddyserver/caddy/v2

go 1.14

require (
	github.com/Masterminds/sprig/v3 v3.0.2
	github.com/alecthomas/chroma v0.7.2-0.20200305040604-4f3623dce67a
	github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
	github.com/caddyserver/certmagic v0.10.11
	github.com/cenkalti/backoff/v4 v4.0.2 // indirect
	github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
	github.com/go-acme/lego/v3 v3.5.0
	github.com/gogo/protobuf v1.3.1
	github.com/google/cel-go v0.4.1
	github.com/imdario/mergo v0.3.9 // indirect
	github.com/jsternberg/zap-logfmt v1.2.0
	github.com/klauspost/compress v1.10.4
	github.com/klauspost/cpuid v1.2.3
	github.com/lucas-clemente/quic-go v0.15.3
	github.com/manifoldco/promptui v0.7.0 // indirect
	github.com/miekg/dns v1.1.29 // indirect
	github.com/naoina/go-stringutil v0.1.0 // indirect
	github.com/naoina/toml v0.1.1
	github.com/smallstep/certificates v0.14.1
	github.com/smallstep/cli v0.14.1
	github.com/smallstep/truststore v0.9.5
	github.com/vulcand/oxy v1.1.0
	github.com/yuin/goldmark v1.1.27
	github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
	go.uber.org/zap v1.14.1
	golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
	golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
	golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
	google.golang.org/genproto v0.0.0-20200409111301-baae70f3302d
	gopkg.in/natefinch/lumberjack.v2 v2.0.0
	gopkg.in/square/go-jose.v2 v2.4.1 // indirect
	gopkg.in/yaml.v2 v2.2.8
)