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:
@ -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"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user