summaryrefslogtreecommitdiff
path: root/plugin/executor
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/executor
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/executor')
-rw-r--r--plugin/executor/containerd/containerd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/executor/containerd/containerd.go b/plugin/executor/containerd/containerd.go
index 85a159f1ac..91bae6c6b9 100644
--- a/plugin/executor/containerd/containerd.go
+++ b/plugin/executor/containerd/containerd.go
@@ -12,7 +12,7 @@ import (
"github.com/docker/docker/errdefs"
"github.com/docker/docker/libcontainerd"
libcontainerdtypes "github.com/docker/docker/libcontainerd/types"
- "github.com/opencontainers/runtime-spec/specs-go"
+ specs "github.com/opencontainers/runtime-spec/specs-go"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)