summaryrefslogtreecommitdiff
path: root/integration-cli/docker_api_images_test.go
diff options
context:
space:
mode:
authorMichael Crosby <crosbymichael@gmail.com>2016-09-06 11:18:12 -0700
committerMichael Crosby <crosbymichael@gmail.com>2016-09-07 11:05:58 -0700
commit91e197d614547f0202e6ae9b8a24d88ee131d950 (patch)
tree6f7bfb04f87db90485539d617f6e4e3d29c4d891 /integration-cli/docker_api_images_test.go
parenta6daa94e3e0c1a60ba054eddc819c77a5dcc78b9 (diff)
downloaddocker-91e197d614547f0202e6ae9b8a24d88ee131d950.tar.gz
Add engine-api types to docker
This moves the types for the `engine-api` repo to the existing types package. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Diffstat (limited to 'integration-cli/docker_api_images_test.go')
-rw-r--r--integration-cli/docker_api_images_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-cli/docker_api_images_test.go b/integration-cli/docker_api_images_test.go
index 9d35b0c9ed..2edf8589a1 100644
--- a/integration-cli/docker_api_images_test.go
+++ b/integration-cli/docker_api_images_test.go
@@ -6,8 +6,8 @@ import (
"net/url"
"strings"
+ "github.com/docker/docker/api/types"
"github.com/docker/docker/pkg/integration/checker"
- "github.com/docker/engine-api/types"
"github.com/go-check/check"
)