update import url

Signed-off-by: JChien <jeffchien13@gmail.com>
This commit is contained in:
JChien 2015-02-11 21:25:55 +08:00
parent 3de12b80c3
commit a19fecee87
1 changed files with 1 additions and 1 deletions

View File

@ -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 {