From 36a784208981e9a13ad2c43e92db73ed0f0ae722 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Wed, 3 May 2017 15:58:39 -0400 Subject: [PATCH] Fix goimports failure on master. Signed-off-by: Daniel Nephin --- cli/command/image/build/context.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/command/image/build/context.go b/cli/command/image/build/context.go index c49b5f7fce..da8cf11e9e 100644 --- a/cli/command/image/build/context.go +++ b/cli/command/image/build/context.go @@ -13,6 +13,8 @@ import ( "archive/tar" "bytes" + "time" + "github.com/docker/docker/pkg/archive" "github.com/docker/docker/pkg/fileutils" "github.com/docker/docker/pkg/gitutils" @@ -22,7 +24,6 @@ import ( "github.com/docker/docker/pkg/streamformatter" "github.com/docker/docker/pkg/stringid" "github.com/pkg/errors" - "time" ) const (