Merge pull request #14303 from cpuguy83/fix_nat_import

Nat was moved to pkg/nat
This commit is contained in:
Alexander Morozov 2015-06-30 13:56:11 -07:00
commit 27af9a52a1
1 changed files with 1 additions and 1 deletions

View File

@ -15,9 +15,9 @@ import (
"github.com/Sirupsen/logrus"
"github.com/docker/docker/autogen/dockerversion"
"github.com/docker/docker/daemon/graphdriver"
"github.com/docker/docker/nat"
"github.com/docker/docker/pkg/archive"
"github.com/docker/docker/pkg/fileutils"
"github.com/docker/docker/pkg/nat"
"github.com/docker/docker/pkg/parsers"
"github.com/docker/docker/pkg/parsers/kernel"
"github.com/docker/docker/pkg/system"