summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-10-10 15:47:26 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-10-10 15:47:26 -0600
commit715e6ddf516835c62db022b2247808fb8f22f2b0 (patch)
tree2703b5fe663a36aefe6b16c67db55a7767b30fbf /go.mod
parent9c0bf311f93218e8f899cd3c6102868be18a4d1c (diff)
go.mod: Update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod29
1 files changed, 13 insertions, 16 deletions
diff --git a/go.mod b/go.mod
index e8c365a..a3d0f33 100644
--- a/go.mod
+++ b/go.mod
@@ -3,28 +3,25 @@ module github.com/caddyserver/caddy/v2
go 1.13
require (
- 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/Masterminds/sprig/v3 v3.0.0
github.com/andybalholm/brotli v0.0.0-20190821151343-b60f0d972eeb
github.com/dustin/go-humanize v1.0.0
- github.com/go-acme/lego/v3 v3.0.2
- github.com/google/go-cmp v0.3.1 // indirect
- github.com/huandu/xstrings v1.2.0 // indirect
+ github.com/go-acme/lego/v3 v3.1.0
+ github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc
github.com/ilibs/json5 v1.0.1
- github.com/imdario/mergo v0.3.7 // indirect
+ github.com/imdario/mergo v0.3.8 // indirect
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
- github.com/klauspost/compress v1.7.1-0.20190613161414-0b31f265a57b
+ github.com/klauspost/compress v1.8.6
github.com/klauspost/cpuid v1.2.1
- github.com/lucas-clemente/quic-go v0.7.1-0.20190908032346-fc962d18373a
- github.com/mholt/certmagic v0.7.3
- github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190902132743-e4903c4dea48
- github.com/rs/cors v1.6.0
+ github.com/lucas-clemente/quic-go v0.12.1
+ github.com/mholt/certmagic v0.7.4
+ github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190906142622-1265e9b150c6
+ github.com/rs/cors v1.7.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
+ github.com/vulcand/oxy v1.0.0
+ go.starlark.net v0.0.0-20190919145610-979af19b165c
+ golang.org/x/crypto v0.0.0-20191010185427-af544f31c8ac
+ golang.org/x/net v0.0.0-20191009170851-d66e71096ffb
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
)