summaryrefslogtreecommitdiff
path: root/plugin/backend_linux.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2018-05-19 13:38:54 +0200
committerSebastiaan van Stijn <github@gone.nl>2018-05-23 17:50:54 +0200
commitf23c00d8701e4bd0f2372a586dacbf66a26f9a51 (patch)
tree61c5392380b5e0b16b6c076d7b4c8e1961437d11 /plugin/backend_linux.go
parent0846a02d549d3e0a28e7f7962b92af98992eba17 (diff)
downloaddocker-f23c00d8701e4bd0f2372a586dacbf66a26f9a51.tar.gz
Various code-cleanup
remove unnescessary import aliases, brackets, and so on. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'plugin/backend_linux.go')
-rw-r--r--plugin/backend_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/backend_linux.go b/plugin/backend_linux.go
index 4a6d80d243..044e14b0cb 100644
--- a/plugin/backend_linux.go
+++ b/plugin/backend_linux.go
@@ -33,7 +33,7 @@ import (
"github.com/docker/docker/pkg/system"
"github.com/docker/docker/plugin/v2"
refstore "github.com/docker/docker/reference"
- digest "github.com/opencontainers/go-digest"
+ "github.com/opencontainers/go-digest"
specs "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"