Use mflag package from weaveworks fork until we find a better solution

This commit is contained in:
Alfonso Acosta
2016-08-26 11:00:03 +00:00
parent e03000810f
commit b895344d2b
2 changed files with 2 additions and 2 deletions

View File

@@ -14,8 +14,8 @@ import (
"sync"
"time"
"github.com/docker/docker/pkg/mflag"
"github.com/mgutz/ansi"
"github.com/weaveworks/docker/pkg/mflag"
)
const (

View File

@@ -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"
)