From a19fecee875834ee99cbd1bdce509a148eed20af Mon Sep 17 00:00:00 2001 From: JChien Date: Wed, 11 Feb 2015 21:25:55 +0800 Subject: [PATCH] update import url Signed-off-by: JChien --- discovery/consul/consul.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {