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>
This commit is contained in:
Michael Crosby 2016-09-06 11:18:12 -07:00 committed by Vincent Demeester
parent 6083de8891
commit 11d7f42b49
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"regexp"
"strings"
"github.com/docker/engine-api/types/filters"
"github.com/docker/docker/api/types/filters"
)
var (