forked from Ivasoft/traefik
chore: go module
This commit is contained in:
committed by
Traefiker Bot
parent
f327b7b499
commit
4c5e7a238d
@@ -3,7 +3,7 @@ package job
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/cenkalti/backoff"
|
||||
"github.com/cenkalti/backoff/v3"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/cenkalti/backoff"
|
||||
"github.com/cenkalti/backoff/v3"
|
||||
)
|
||||
|
||||
func TestJobBackOff(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user