summaryrefslogtreecommitdiff
path: root/registry/registry.go
diff options
context:
space:
mode:
authorDavid Calavera <david.calavera@gmail.com>2015-12-29 19:27:12 -0500
committerDavid Calavera <david.calavera@gmail.com>2015-12-29 19:27:12 -0500
commit8e034802b7ad92a29f08785e553415adcd1348a3 (patch)
tree6cc6ab1d2fcd3c97a7f605f38f9345032f4529de /registry/registry.go
parentde84dfba75a3055b8cad4eb8e6d9fd7bcecc30fc (diff)
downloaddocker-8e034802b7ad92a29f08785e553415adcd1348a3.tar.gz
Remove usage of pkg sockets and tlsconfig.
- Use the ones provided by docker/go-connections, they are a drop in replacement. - Remove pkg/sockets from docker. - Keep pkg/tlsconfig because libnetwork still needs it and there is a circular dependency issue. Signed-off-by: David Calavera <david.calavera@gmail.com>
Diffstat (limited to 'registry/registry.go')
-rw-r--r--registry/registry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/registry.go b/registry/registry.go
index ba1626c137..883879cde8 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -23,8 +23,8 @@ import (
"github.com/docker/distribution/registry/client/transport"
"github.com/docker/docker/dockerversion"
"github.com/docker/docker/pkg/parsers/kernel"
- "github.com/docker/docker/pkg/tlsconfig"
"github.com/docker/docker/pkg/useragent"
+ "github.com/docker/go-connections/tlsconfig"
)
var (