summaryrefslogtreecommitdiff
path: root/plugin/defs.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2019-08-05 16:37:47 +0200
committerSebastiaan van Stijn <github@gone.nl>2019-09-18 12:56:54 +0200
commit07ff4f1de895dd760aec11f55bc6c4ca2175cef1 (patch)
treeeb8367d296e9e35124b148458b71fec37b49529c /plugin/defs.go
parent56e690f340e030027ed1b5503bbde06e5a879518 (diff)
downloaddocker-07ff4f1de895dd760aec11f55bc6c4ca2175cef1.tar.gz
goimports: fix imports
Format the source according to latest goimports. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'plugin/defs.go')
-rw-r--r--plugin/defs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/defs.go b/plugin/defs.go
index d793f6f5aa..9a3577a72b 100644
--- a/plugin/defs.go
+++ b/plugin/defs.go
@@ -6,8 +6,8 @@ import (
"sync"
"github.com/docker/docker/pkg/plugins"
- "github.com/docker/docker/plugin/v2"
- "github.com/opencontainers/runtime-spec/specs-go"
+ v2 "github.com/docker/docker/plugin/v2"
+ specs "github.com/opencontainers/runtime-spec/specs-go"
)
// Store manages the plugin inventory in memory and on-disk