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

go 1.16

require (
	github.com/Masterminds/sprig/v3 v3.2.2
	github.com/alecthomas/chroma v0.9.2
	github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
	github.com/caddyserver/certmagic v0.14.5
	github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
	github.com/go-chi/chi v4.1.2+incompatible
	github.com/google/cel-go v0.7.3
	github.com/google/uuid v1.3.0
	github.com/klauspost/compress v1.13.4
	github.com/klauspost/cpuid/v2 v2.0.9
	github.com/lucas-clemente/quic-go v0.23.0
	github.com/mholt/acmez v1.0.0
	github.com/naoina/go-stringutil v0.1.0 // indirect
	github.com/naoina/toml v0.1.1
	github.com/prometheus/client_golang v1.11.0
	github.com/smallstep/certificates v0.16.4
	github.com/smallstep/cli v0.16.1
	github.com/smallstep/nosql v0.3.8
	github.com/smallstep/truststore v0.9.6
	github.com/yuin/goldmark v1.4.0
	github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
	go.uber.org/zap v1.19.0
	golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
	golang.org/x/net v0.0.0-20210614182718-04defd469f4e
	golang.org/x/term v0.0.0-20210503060354-a79de5458b56
	google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08
	google.golang.org/protobuf v1.27.1
	gopkg.in/natefinch/lumberjack.v2 v2.0.0
	gopkg.in/yaml.v2 v2.4.0
)