mirror of https://github.com/docker/docs.git
update import url
Signed-off-by: JChien <jeffchien13@gmail.com>
This commit is contained in:
parent
3de12b80c3
commit
a19fecee87
|
@ -7,8 +7,8 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
log "github.com/Sirupsen/logrus"
|
log "github.com/Sirupsen/logrus"
|
||||||
consul "github.com/armon/consul-api"
|
|
||||||
"github.com/docker/swarm/discovery"
|
"github.com/docker/swarm/discovery"
|
||||||
|
consul "github.com/hashicorp/consul/api"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ConsulDiscoveryService struct {
|
type ConsulDiscoveryService struct {
|
||||||
|
|
Loading…
Reference in New Issue