Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git committed Jul 9, 2019
1 parent f935bf1 commit d050d76
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.12
require (
github.com/MakeNowJust/heredoc v0.0.0-20171113091838-e9091a26100e // indirect
github.com/docker/docker v0.0.0-00010101000000-000000000000 // indirect
github.com/golangci/golangci-lint v1.17.1 // indirect
github.com/gookit/color v1.1.7
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
Expand All @@ -21,6 +22,7 @@ require (
replace (
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.4.2
github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190607191414-238f8eaa31aa
github.com/golangci/golangci-lint => github.com/golangci/golangci-lint v1.17.1
github.com/russross/blackfriday => github.com/russross/blackfriday v1.5.2
k8s.io/client-go => k8s.io/client-go v0.0.0-20190531132438-d58e65e5f4b1
k8s.io/kubernetes => k8s.io/kubernetes v1.14.2
Expand Down
Loading

0 comments on commit d050d76

Please sign in to comment.