[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

@@ -13,8 +13,8 @@ import (
"github.com/docker/distribution/manifest/schema2"
"github.com/docker/docker/pkg/integration/checker"
"github.com/docker/docker/pkg/stringutils"
"github.com/docker/engine-api/types"
"github.com/go-check/check"
"github.com/hyperhq/hyper-api/types"
)
var (

View File

@@ -16,14 +16,14 @@ import (
"github.com/docker/docker/pkg/integration/checker"
"github.com/docker/docker/runconfig"
"github.com/docker/engine-api/types"
"github.com/docker/engine-api/types/versions/v1p20"
"github.com/docker/libnetwork/driverapi"
remoteapi "github.com/docker/libnetwork/drivers/remote/api"
"github.com/docker/libnetwork/ipamapi"
remoteipam "github.com/docker/libnetwork/ipams/remote/api"
"github.com/docker/libnetwork/netlabel"
"github.com/go-check/check"
"github.com/hyperhq/hyper-api/types"
"github.com/hyperhq/hyper-api/types/versions/v1p20"
"github.com/vishvananda/netlink"
)

View File

@@ -8,8 +8,8 @@ import (
"strings"
"github.com/docker/docker/pkg/integration/checker"
"github.com/docker/engine-api/types"
"github.com/go-check/check"
"github.com/hyperhq/hyper-api/types"
)
func (s *DockerSuite) TestUpdateRunningContainer(c *check.C) {