From d9af8551f82aff9e4fdaed2a8d250845b12dcf53 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Tue, 30 Jun 2015 16:48:17 -0400 Subject: [PATCH] Nat was moved to pkg/nat Somehow this import was missed Signed-off-by: Brian Goff --- daemon/daemon_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/daemon_unix.go b/daemon/daemon_unix.go index c4410a895a..b3fe3848cd 100644 --- a/daemon/daemon_unix.go +++ b/daemon/daemon_unix.go @@ -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"