Browse code

registry: fix goimports

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2020/01/07 00:01:02
Showing 1 changed files
... ...
@@ -14,11 +14,10 @@ import (
14 14
 	"time"
15 15
 
16 16
 	"github.com/docker/distribution/registry/client/transport"
17
-	"github.com/docker/go-connections/tlsconfig"
18
-	"github.com/sirupsen/logrus"
19
-
20 17
 	"github.com/docker/docker/pkg/homedir"
21 18
 	"github.com/docker/docker/rootless"
19
+	"github.com/docker/go-connections/tlsconfig"
20
+	"github.com/sirupsen/logrus"
22 21
 )
23 22
 
24 23
 var (