Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -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 ( |