registry: fix goimports
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a9507c6f76
commit
1c16572fe6
1 changed files with 2 additions and 3 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Reference in a new issue