summaryrefslogtreecommitdiff
path: root/registry/registry.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2020-01-06 16:01:02 +0100
committerSebastiaan van Stijn <github@gone.nl>2020-01-06 16:01:02 +0100
commit1c16572fe6a606c0899eb9307edd006fbfa17e5e (patch)
tree70000d56ab153c51f7a2db044fb0eb8027a063b0 /registry/registry.go
parenta9507c6f76627fdc092edc542d5a7ef4a6df5eec (diff)
downloaddocker-1c16572fe6a606c0899eb9307edd006fbfa17e5e.tar.gz
registry: fix goimports
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'registry/registry.go')
-rw-r--r--registry/registry.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/registry/registry.go b/registry/registry.go
index c661df4694..7c24e4a9b1 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -14,11 +14,10 @@ import (
"time"
"github.com/docker/distribution/registry/client/transport"
- "github.com/docker/go-connections/tlsconfig"
- "github.com/sirupsen/logrus"
-
"github.com/docker/docker/pkg/homedir"
"github.com/docker/docker/rootless"
+ "github.com/docker/go-connections/tlsconfig"
+ "github.com/sirupsen/logrus"
)
var (