[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

@@ -5,7 +5,7 @@ import (
"path/filepath"
"github.com/docker/docker/pkg/archive"
"github.com/docker/engine-api/types"
"github.com/hyperhq/hyper-api/types"
)
// ResolvePath resolves the given path in the container to a resource on the

View File

@@ -24,8 +24,8 @@ import (
"github.com/docker/docker/pkg/symlink"
"github.com/docker/docker/runconfig"
"github.com/docker/docker/volume"
containertypes "github.com/docker/engine-api/types/container"
"github.com/docker/go-connections/nat"
containertypes "github.com/hyperhq/hyper-api/types/container"
"github.com/opencontainers/runc/libcontainer/label"
)

View File

@@ -4,7 +4,7 @@ import (
"testing"
"github.com/docker/docker/pkg/signal"
"github.com/docker/engine-api/types/container"
"github.com/hyperhq/hyper-api/types/container"
)
func TestContainerStopSignal(t *testing.T) {

View File

@@ -21,13 +21,13 @@ import (
runconfigopts "github.com/docker/docker/runconfig/opts"
"github.com/docker/docker/utils"
"github.com/docker/docker/volume"
containertypes "github.com/docker/engine-api/types/container"
"github.com/docker/engine-api/types/network"
"github.com/docker/go-connections/nat"
"github.com/docker/libnetwork"
"github.com/docker/libnetwork/netlabel"
"github.com/docker/libnetwork/options"
"github.com/docker/libnetwork/types"
containertypes "github.com/hyperhq/hyper-api/types/container"
"github.com/hyperhq/hyper-api/types/network"
"github.com/opencontainers/runc/libcontainer/label"
)

View File

@@ -5,7 +5,7 @@ package container
import (
"github.com/docker/docker/daemon/execdriver"
"github.com/docker/docker/volume"
"github.com/docker/engine-api/types/container"
"github.com/hyperhq/hyper-api/types/container"
)
// Container holds fields specific to the Windows implementation. See

View File

@@ -14,7 +14,7 @@ import (
"github.com/docker/docker/pkg/promise"
"github.com/docker/docker/pkg/stringid"
"github.com/docker/docker/utils"
"github.com/docker/engine-api/types/container"
"github.com/hyperhq/hyper-api/types/container"
)
const (