diff --git a/cluster.go b/cluster.go index b92f139e..22e4f985 100644 --- a/cluster.go +++ b/cluster.go @@ -8,7 +8,7 @@ import ( "time" "github.com/Sirupsen/logrus" - "github.com/cenkalti/backoff" + "github.com/cenk/backoff" "github.com/hailocab/go-hostpool" )