summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-08-21 10:47:09 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-08-21 10:47:09 -0600
commitd73b650c266a1fe1c6ae4ecc9a51b2ef3ed30b14 (patch)
tree21c3c172a8f7ddf230d40194871140232965e226 /go.mod
parentc9980fd3671d873a7197a5ac4d6ac9d6b046abb6 (diff)
Update go.mod
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 6 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 6ad14bb..d63097a 100644
--- a/go.mod
+++ b/go.mod
@@ -3,19 +3,21 @@ module github.com/caddyserver/caddy/v2
go 1.12
require (
- github.com/DataDog/zstd v1.4.0 // indirect
+ github.com/DataDog/zstd v1.4.1 // 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/davecgh/go-spew v1.1.1 // indirect
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/go-cmp v0.3.1 // 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/kr/pretty v0.1.0 // indirect
github.com/mholt/certmagic v0.6.2
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
github.com/rs/cors v1.6.0
@@ -24,6 +26,8 @@ require (
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/sys v0.0.0-20190422165155-953cdadca894 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)