summaryrefslogtreecommitdiff
path: root/daemon/auth.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 /daemon/auth.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 'daemon/auth.go')
-rw-r--r--daemon/auth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/auth.go b/daemon/auth.go
index a1400d88ae..f5f4d7bf24 100644
--- a/daemon/auth.go
+++ b/daemon/auth.go
@@ -3,8 +3,8 @@ package daemon
import (
"golang.org/x/net/context"
+ "github.com/docker/docker/api/types"
"github.com/docker/docker/dockerversion"
- "github.com/docker/engine-api/types"
)
// AuthenticateToRegistry checks the validity of credentials in authConfig