Skip to content

Commit

Permalink
WIP: use my plugins branch
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Campbell <[email protected]>
  • Loading branch information
Ian Campbell committed Dec 13, 2018
1 parent 6d3e443 commit d5ce5f2
Show file tree
Hide file tree
Showing 101 changed files with 935 additions and 8,664 deletions.
119 changes: 43 additions & 76 deletions Gopkg.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ required = ["github.com/wadey/gocovmerge"]
name = "github.com/opencontainers/runc"
version = "v1.0.0-rc5"

[[constraint]]
[[override]]
name = "github.com/docker/cli"
branch = "master"
source = "https://github.com/ijc/docker-cli"
version = "plugins.wip20181213-3"

[[constraint]]
name = "github.com/sirupsen/logrus"
Expand Down
2 changes: 1 addition & 1 deletion cmd/docker-app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
stdin, stdout, stderr := term.StdStreams()
logrus.SetOutput(stderr)

dockerCli := command.NewDockerCli(stdin, stdout, stderr, false, nil)
dockerCli := command.NewDockerCli(stdin, stdout, stderr, nil)
cmd := newRootCmd(dockerCli)
if err := cmd.Execute(); err != nil {
os.Exit(1)
Expand Down
21 changes: 0 additions & 21 deletions vendor/github.com/asaskevich/govalidator/LICENSE

This file was deleted.

58 changes: 0 additions & 58 deletions vendor/github.com/asaskevich/govalidator/arrays.go

This file was deleted.

64 changes: 0 additions & 64 deletions vendor/github.com/asaskevich/govalidator/converter.go

This file was deleted.

36 changes: 0 additions & 36 deletions vendor/github.com/asaskevich/govalidator/error.go

This file was deleted.

97 changes: 0 additions & 97 deletions vendor/github.com/asaskevich/govalidator/numerics.go

This file was deleted.

Loading

0 comments on commit d5ce5f2

Please sign in to comment.