1
0
mirror of https://github.com/moby/moby.git synced 2025-08-01 05:47:11 +03:00

Replace usage of pkg/nat with go-connections/nat.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2015-12-18 12:58:48 -05:00
parent 0aab83d996
commit 056e744903
26 changed files with 22 additions and 957 deletions

View File

@ -6,9 +6,9 @@ import (
"github.com/docker/docker/api/types/network"
"github.com/docker/docker/api/types/registry"
"github.com/docker/docker/pkg/nat"
"github.com/docker/docker/pkg/version"
"github.com/docker/docker/runconfig"
"github.com/docker/go-connections/nat"
)
// ContainerCreateResponse contains the information returned to a client on the