浏览代码

registry: fix goimports

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 5 年之前
父节点
当前提交
1c16572fe6
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      registry/registry.go

+ 2 - 3
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 (