[hyper-provider] update hypercli in vendor

This commit is contained in:
Jimmy Xu
2017-12-22 00:30:03 +08:00
parent 1b3d6eae82
commit a6a6267863
200 changed files with 451 additions and 675 deletions

View File

@@ -7,13 +7,13 @@ import (
"time"
log "github.com/Sirupsen/logrus"
"github.com/hyperhq/hypercli/pkg/discovery"
"github.com/docker/go-connections/tlsconfig"
"github.com/docker/libkv"
"github.com/docker/libkv/store"
"github.com/docker/libkv/store/consul"
"github.com/docker/libkv/store/etcd"
"github.com/docker/libkv/store/zookeeper"
"github.com/hyperhq/hypercli/pkg/discovery"
)
const (

View File

@@ -8,9 +8,9 @@ import (
"testing"
"time"
"github.com/hyperhq/hypercli/pkg/discovery"
"github.com/docker/libkv"
"github.com/docker/libkv/store"
"github.com/hyperhq/hypercli/pkg/discovery"
"github.com/go-check/check"
)

View File

@@ -3,8 +3,8 @@ package memory
import (
"testing"
"github.com/hyperhq/hypercli/pkg/discovery"
"github.com/go-check/check"
"github.com/hyperhq/hypercli/pkg/discovery"
)
// Hook up gocheck into the "go test" runner.