1
0
Fork 0

Update go-acme/lego to v4.0.1

This commit is contained in:
Ludovic Fernandez 2020-09-04 10:52:03 +02:00 committed by GitHub
parent f3090a452a
commit 41aa2672cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 197 additions and 100 deletions

View file

@ -30,7 +30,7 @@ import (
"github.com/containous/traefik/v2/pkg/tracing/zipkin"
"github.com/containous/traefik/v2/pkg/types"
assetfs "github.com/elazarl/go-bindata-assetfs"
legolog "github.com/go-acme/lego/v3/log"
legolog "github.com/go-acme/lego/v4/log"
"github.com/sirupsen/logrus"
)