From 93baa1bc533a35e6dc5989b969f1072646de820e Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Wed, 1 Jun 2016 16:09:12 +0200 Subject: [PATCH] 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. --- cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )