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

Commit

Permalink
Merge pull request weaveworks#37 from weaveworks/fix-mflag-missing
Browse files Browse the repository at this point in the history
Use mflag package from weaveworks fork until we find a better solution
  • Loading branch information
Alfonso Acosta authored Aug 26, 2016
2 parents e030008 + b895344 commit 45dcdd5
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 45dcdd5

Please sign in to comment.