summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 11 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 3ef4f98..be7225b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,18 @@ module github.com/caddyserver/caddy2
go 1.12
require (
- github.com/go-acme/lego v2.5.0+incompatible
+ github.com/dustin/go-humanize v1.0.0
+ github.com/go-acme/lego v2.6.0+incompatible
github.com/klauspost/cpuid v1.2.1
github.com/mholt/certmagic v0.5.1
+ 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
- go.starlark.net v0.0.0-20190506145734-95b2783e7d63
- golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
+ go.starlark.net v0.0.0-20190604130855-6ddc71c0ba77
+ golang.org/x/net v0.0.0-20190603091049-60506f45cf65
+ gopkg.in/russross/blackfriday.v2 v2.0.1
)
+
+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