From cf8a667b8d84a596a27c51608a529115b68647cc Mon Sep 17 00:00:00 2001 From: Amit Krishnan Date: Mon, 24 Oct 2016 15:06:33 -0700 Subject: [PATCH] Correct go-units import in cli/command/formatter/stats.go from src/github.com/docker/go-units -> github.com/docker/go-units Signed-off-by: Amit Krishnan --- cli/command/formatter/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/command/formatter/stats.go b/cli/command/formatter/stats.go index c7b30c9f39..212a1b4f5e 100644 --- a/cli/command/formatter/stats.go +++ b/cli/command/formatter/stats.go @@ -4,7 +4,7 @@ import ( "fmt" "sync" - units "src/github.com/docker/go-units" + units "github.com/docker/go-units" ) const (