瀏覽代碼

Merge pull request #40349 from thaJeztah/fix_goimports

registry: fix goimports
Sebastiaan van Stijn 5 年之前
父節點
當前提交
eff8b33480
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      registry/registry.go

+ 2 - 3
registry/registry.go

@@ -14,11 +14,10 @@ import (
 	"time"
 	"time"
 
 
 	"github.com/docker/distribution/registry/client/transport"
 	"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/pkg/homedir"
 	"github.com/docker/docker/rootless"
 	"github.com/docker/docker/rootless"
+	"github.com/docker/go-connections/tlsconfig"
+	"github.com/sirupsen/logrus"
 )
 )
 
 
 var (
 var (