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 --- modules/caddytls/acmemanager.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/caddytls/acmemanager.go') diff --git a/modules/caddytls/acmemanager.go b/modules/caddytls/acmemanager.go index 572bbd8..b717268 100644 --- a/modules/caddytls/acmemanager.go +++ b/modules/caddytls/acmemanager.go @@ -20,10 +20,8 @@ import ( "net/url" "time" - "github.com/go-acme/lego/certcrypto" - "github.com/caddyserver/caddy/v2" - "github.com/go-acme/lego/challenge" + "github.com/go-acme/lego/v3/challenge" "github.com/mholt/certmagic" ) @@ -51,7 +49,6 @@ type ACMEManagerMaker struct { Storage json.RawMessage `json:"storage,omitempty"` storage certmagic.Storage - keyType certcrypto.KeyType } // CaddyModule returns the Caddy module information. -- cgit v1.2.3