summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-06-13 10:55:25 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-06-13 10:55:25 -0600
commitf93dab755baa7d93b1b9a86a78d9ded848b492ba (patch)
treeb006b1e825f07c6f4b9e37ae1a54c69986479518 /go.mod
parent0c8763a7283daaf955cfdb3b0e88dc24fd6d3b2b (diff)
Update go modules
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index be7225b..9cb7e4f 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,13 @@ module github.com/caddyserver/caddy2
go 1.12
require (
+ github.com/DataDog/zstd v1.4.0 // 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/klauspost/compress v1.7.1-0.20190613161414-0b31f265a57b
github.com/klauspost/cpuid v1.2.1
- github.com/mholt/certmagic v0.5.1
+ github.com/mholt/certmagic v0.5.2-0.20190605043235-e49d0d405641
github.com/rs/cors v1.6.0
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/starlight-go/starlight v0.0.0-20181207205707-b06f321544f3
@@ -16,5 +19,3 @@ require (
)
replace gopkg.in/russross/blackfriday.v2 v2.0.1 => github.com/russross/blackfriday/v2 v2.0.1
-
-replace github.com/mholt/certmagic v0.5.1 => ../../mholt/certmagic