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

go 1.12

require (
	github.com/DataDog/zstd v1.4.0 // 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-20190704151324-71eb68cc467c
	github.com/dustin/go-humanize v1.0.0
	github.com/go-acme/lego v2.6.0+incompatible
	github.com/google/go-cmp v0.3.0 // indirect
	github.com/google/uuid v1.1.1 // indirect
	github.com/huandu/xstrings v1.2.0 // indirect
	github.com/imdario/mergo v0.3.7 // indirect
	github.com/klauspost/compress v1.7.1-0.20190613161414-0b31f265a57b
	github.com/klauspost/cpuid v1.2.1
	github.com/mholt/certmagic v0.6.2
	github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
	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-20190308202827-9d24e82272b4
	gopkg.in/yaml.v2 v2.2.2 // indirect
)