[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

@@ -21,6 +21,13 @@ import (
"github.com/Sirupsen/logrus"
"github.com/docker/distribution/digest"
"github.com/hyperhq/hyper-api/types"
containertypes "github.com/hyperhq/hyper-api/types/container"
eventtypes "github.com/hyperhq/hyper-api/types/events"
"github.com/hyperhq/hyper-api/types/filters"
networktypes "github.com/hyperhq/hyper-api/types/network"
registrytypes "github.com/hyperhq/hyper-api/types/registry"
"github.com/hyperhq/hyper-api/types/strslice"
"github.com/hyperhq/hypercli/api"
"github.com/hyperhq/hypercli/builder"
"github.com/hyperhq/hypercli/container"
@@ -28,14 +35,11 @@ import (
"github.com/hyperhq/hypercli/daemon/exec"
"github.com/hyperhq/hypercli/daemon/execdriver"
"github.com/hyperhq/hypercli/daemon/execdriver/execdrivers"
"github.com/docker/engine-api/types"
containertypes "github.com/docker/engine-api/types/container"
eventtypes "github.com/docker/engine-api/types/events"
"github.com/docker/engine-api/types/filters"
networktypes "github.com/docker/engine-api/types/network"
registrytypes "github.com/docker/engine-api/types/registry"
"github.com/docker/engine-api/types/strslice"
// register graph drivers
"github.com/docker/go-connections/nat"
"github.com/docker/libnetwork"
lntypes "github.com/docker/libnetwork/types"
"github.com/docker/libtrust"
_ "github.com/hyperhq/hypercli/daemon/graphdriver/register"
"github.com/hyperhq/hypercli/daemon/logger"
"github.com/hyperhq/hypercli/daemon/network"
@@ -69,10 +73,6 @@ import (
volumedrivers "github.com/hyperhq/hypercli/volume/drivers"
"github.com/hyperhq/hypercli/volume/local"
"github.com/hyperhq/hypercli/volume/store"
"github.com/docker/go-connections/nat"
"github.com/docker/libnetwork"
lntypes "github.com/docker/libnetwork/types"
"github.com/docker/libtrust"
"github.com/opencontainers/runc/libcontainer"
"golang.org/x/net/context"
)