Merge pull request #37 from weaveworks/fix-mflag-missing

Use mflag package from weaveworks fork until we find a better solution
This commit is contained in:
Alfonso Acosta
2016-08-26 12:24:52 +01:00
committed by GitHub
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"
)