1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +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

@ -13,8 +13,8 @@ import (
"io/ioutil"
"github.com/docker/docker/pkg/integration/checker"
"github.com/docker/docker/pkg/nat"
"github.com/docker/docker/pkg/stringid"
"github.com/docker/go-connections/nat"
"github.com/go-check/check"
)