From 3218b57038a439f9b36db4f8b60f88b3ab00db3c Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 4 Jul 2017 05:00:31 +0000 Subject: [PATCH] import system for plugin/manager.go To get the cherry-pick ba42966 to merge smoothly, expecting import of system. The import of system was added by https://github.com/docker/docker-ce/commit/8508f49 but not taking entire commit. Signed-off-by: Andrew Hsu --- components/engine/plugin/manager.go | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/plugin/manager.go b/components/engine/plugin/manager.go index 165fdaf8ef..411883d248 100644 --- a/components/engine/plugin/manager.go +++ b/components/engine/plugin/manager.go @@ -21,6 +21,7 @@ import ( "github.com/docker/docker/pkg/authorization" "github.com/docker/docker/pkg/ioutils" "github.com/docker/docker/pkg/mount" + "github.com/docker/docker/pkg/system" "github.com/docker/docker/plugin/v2" "github.com/docker/docker/registry" "github.com/opencontainers/go-digest"