From 7799554baacbb7ca2b80f2a22968cfcd8071ab0a Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 12 Sep 2019 17:31:10 -0600 Subject: go.mod: Use lego v3 and CertMagic 0.7.0 --- go.mod | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0a91bba..1c208c5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/caddyserver/caddy/v2 -go 1.12 +go 1.13 require ( github.com/DataDog/zstd v1.4.1 // indirect @@ -9,16 +9,15 @@ require ( 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/go-acme/lego/v3 v3.0.2 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/ilibs/json5 v1.0.1 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/lucas-clemente/quic-go v0.7.1-0.20190908032346-fc962d18373a - github.com/mholt/certmagic v0.6.2 + github.com/mholt/certmagic v0.7.0 github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190902132743-e4903c4dea48 github.com/rs/cors v1.6.0 @@ -28,5 +27,4 @@ require ( 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 ) -- cgit v1.2.3