Merge pull request #14297 from pwaller/move-nat-pkg

Move /nat to /pkg/nat
This commit is contained in:
Alexander Morozov
2015-06-30 13:23:30 -07:00
20 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"strings"
"time"
"github.com/docker/docker/nat"
"github.com/docker/docker/pkg/nat"
"github.com/go-check/check"
)
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"sync"
"time"
"github.com/docker/docker/nat"
"github.com/docker/docker/pkg/nat"
"github.com/docker/libnetwork/resolvconf"
"github.com/go-check/check"
)