Skip to content

Commit 93baa1b

Browse files
Update import after user renamed on github
Looks like user cenkalti renamed his account to cenk. Github automatically redirects but it's better to update the import path.
1 parent de072a9 commit 93baa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"time"
99

1010
"github.com/Sirupsen/logrus"
11-
"github.com/cenkalti/backoff"
11+
"github.com/cenk/backoff"
1212
"github.com/hailocab/go-hostpool"
1313
)
1414

0 commit comments

Comments
 (0)