Updates Backoff

This commit is contained in:
Ludovic Fernandez 2019-02-04 16:38:08 +01:00 committed by Traefiker Bot
parent 0561a20c06
commit f19c497621
32 changed files with 47 additions and 46 deletions

View file

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

View file

@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/cenk/backoff"
"github.com/cenkalti/backoff"
)
func TestNewPoolContext(t *testing.T) {