[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,8 +7,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) TestApiImagesFilter(c *check.C) {

View File

@@ -3,8 +3,8 @@ package main
import (
"net/http"
"github.com/docker/engine-api/types"
"github.com/go-check/check"
"github.com/hyperhq/hyper-api/types"
)
func (s *DockerSuite) TestApiVolumeInit(c *check.C) {