Skip to content

Commit 15c8e88

Browse files
ronhopperarekkas
authored andcommitted
vendor: cenk/backoff moved to cenkalti/backoff (#113)
1 parent 19cddce commit 15c8e88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gopkg.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
[[constraint]]
25-
name = "github.com/cenk/backoff"
25+
name = "github.com/cenkalti/backoff"
2626
version = "1.1.0"
2727

2828
[[constraint]]

dockertest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010
"time"
1111

12-
"github.com/cenk/backoff"
12+
"github.com/cenkalti/backoff"
1313
dc "github.com/fsouza/go-dockerclient"
1414
"github.com/pkg/errors"
1515
)

0 commit comments

Comments
 (0)