1
0
mirror of https://github.com/go-acme/lego.git synced 2025-12-15 04:46:07 +02:00

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
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"