fix: update dependency certmagic (#1625)

module github.com/mholt/certmagic has been renamed github.com/caddyserver/certmagic,
so upgrade on this module will fail.

fix: micro/micro#835

caddyserver/certmagic@v0.10.6 is Maximum upgradeable version with go version 1.13

Higher version use *tls.ClientHelloInfo.SupportsCertificate which only supported in go 1.14
This commit is contained in:
x1nchen
2020-05-13 22:00:13 +08:00
committed by GitHub
parent fb255a7e5a
commit af2db0a0d9
4 changed files with 19 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ import (
"strings"
"time"
"github.com/mholt/certmagic"
"github.com/caddyserver/certmagic"
"github.com/micro/go-micro/v2/store"
"github.com/micro/go-micro/v2/sync"
)