diff --git a/discovery/consul/consul.go b/discovery/consul/consul.go index 129865fb6c..f7cf60570e 100644 --- a/discovery/consul/consul.go +++ b/discovery/consul/consul.go @@ -7,8 +7,8 @@ import ( "time" log "github.com/Sirupsen/logrus" - consul "github.com/armon/consul-api" "github.com/docker/swarm/discovery" + consul "github.com/hashicorp/consul/api" ) type ConsulDiscoveryService struct {