go.mod: Use lego v3 and CertMagic 0.7.0

This commit is contained in:
Matthew Holt 2019-09-12 17:31:10 -06:00
parent 2cb01d43cf
commit 7799554baa
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
6 changed files with 248 additions and 25 deletions

View file

@ -23,7 +23,7 @@ import (
"strings"
"github.com/caddyserver/caddy/v2"
"github.com/go-acme/lego/challenge/tlsalpn01"
"github.com/go-acme/lego/v3/challenge/tlsalpn01"
"github.com/mholt/certmagic"
)