Update go-acme/lego to v3.4.0

This commit is contained in:
Ludovic Fernandez 2020-02-26 10:36:05 +01:00 committed by GitHub
parent 9795a7c4a9
commit 54df7b0a3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 23 additions and 20 deletions

View file

@ -6,7 +6,7 @@ import (
"runtime/debug"
"sync"
"github.com/cenkalti/backoff/v3"
"github.com/cenkalti/backoff/v4"
"github.com/containous/traefik/v2/pkg/log"
)