From f8263c2df88e5317d096cad0613a243253835991 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Tue, 6 Sep 2016 11:18:12 -0700 Subject: [PATCH] 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 Upstream-commit: 11d7f42b49d8f3a57881a20f90a673d27524ef98 Component: cli --- components/cli/opts/opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/opts/opts.go b/components/cli/opts/opts.go index 20f4c655a1..f8bb3ba745 100644 --- a/components/cli/opts/opts.go +++ b/components/cli/opts/opts.go @@ -6,7 +6,7 @@ import ( "regexp" "strings" - "github.com/docker/engine-api/types/filters" + "github.com/docker/docker/api/types/filters" ) var (