diff --git a/runner/runner.go b/runner/runner.go index 707369d81f..c92ac6b5ba 100644 --- a/runner/runner.go +++ b/runner/runner.go @@ -14,8 +14,8 @@ import ( "sync" "time" - "github.com/docker/docker/pkg/mflag" "github.com/mgutz/ansi" + "github.com/weaveworks/docker/pkg/mflag" ) const ( diff --git a/socks/main.go b/socks/main.go index 520df27d93..83a2149803 100644 --- a/socks/main.go +++ b/socks/main.go @@ -9,7 +9,7 @@ import ( "text/template" socks5 "github.com/armon/go-socks5" - "github.com/docker/docker/pkg/mflag" + "github.com/weaveworks/docker/pkg/mflag" "github.com/weaveworks/weave/common/mflagext" "golang.org/x/net/context" )