chore: update cenkalti/backoff to v4. (#1043)

This commit is contained in:
Ludovic Fernandez 2020-01-12 17:16:46 +01:00 committed by GitHub
parent a10027da1c
commit add2bea577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ import (
"strconv"
"time"
"github.com/cenkalti/backoff/v3"
"github.com/cenkalti/backoff/v4"
"github.com/go-acme/lego/v3/acme"
"github.com/go-acme/lego/v3/acme/api"
"github.com/go-acme/lego/v3/challenge"