Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Use mflag package from weaveworks fork until we find a better solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Aug 26, 2016
1 parent e030008 commit b895344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"sync"
"time"

"github.com/docker/docker/pkg/mflag"
"github.com/mgutz/ansi"
"github.com/weaveworks/docker/pkg/mflag"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion socks/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit b895344

Please sign in to comment.