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

@ -12,7 +12,7 @@ import (
"github.com/aws/aws-sdk-go/service/dynamodb"
"github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute"
"github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface"
"github.com/cenk/backoff"
"github.com/cenkalti/backoff"
"github.com/containous/traefik/job"
"github.com/containous/traefik/old/log"
"github.com/containous/traefik/old/provider"