Skip to content

Commit

Permalink
Replace deprecated repo 'github.com/docker/engine-api'
Browse files Browse the repository at this point in the history
Since this repo is marked deprecated, we should import types from
'github.com/docker/docker/api' instead.

Signed-off-by: Lou Yihua <supermouselyh@hotmail.com>
  • Loading branch information
louyihua committed Jan 17, 2018
1 parent 414d247 commit 11a751f
Show file tree
Hide file tree
Showing 5 changed files with 351 additions and 308 deletions.
2 changes: 1 addition & 1 deletion opts/opts.go
Expand Up @@ -6,7 +6,7 @@ import (
"regexp"
"strings"

"github.com/docker/engine-api/types/filters"
"github.com/docker/docker/api/types/filters"
)

var (
Expand Down
File renamed without changes.
350 changes: 350 additions & 0 deletions vendor/github.com/docker/docker/api/types/filters/parse.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11a751f

Please sign in to comment.