summaryrefslogtreecommitdiff
path: root/runconfig/config_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 /runconfig/config_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 'runconfig/config_test.go')
-rw-r--r--runconfig/config_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/runconfig/config_test.go b/runconfig/config_test.go
index 5804b12d0e..47a58f4f3e 100644
--- a/runconfig/config_test.go
+++ b/runconfig/config_test.go
@@ -9,9 +9,9 @@ import (
"strings"
"testing"
- "github.com/docker/engine-api/types/container"
- networktypes "github.com/docker/engine-api/types/network"
- "github.com/docker/engine-api/types/strslice"
+ "github.com/docker/docker/api/types/container"
+ networktypes "github.com/docker/docker/api/types/network"
+ "github.com/docker/docker/api/types/strslice"
)
type f struct {