Skip to content

Commit

Permalink
[go1.15] tools: Update to k/repo-infra@v0.0.10 (supports go1.15rc1)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
  • Loading branch information
justaugustus committed Jul 25, 2020
1 parent 0aca24d commit ed5a62f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module k8s.io/kubernetes/hack/tools
go 1.13

require (
github.com/bazelbuild/bazel-gazelle v0.19.1-0.20191105222053-70208cbdc798
github.com/bazelbuild/buildtools v0.0.0-20190917191645-69366ca98f89
github.com/bazelbuild/bazel-gazelle v0.21.1
github.com/bazelbuild/buildtools v0.0.0-20200228172928-c9d9e342afdb
github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c
github.com/client9/misspell v0.3.4
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
gotest.tools v2.2.0+incompatible
gotest.tools/gotestsum v0.3.5
honnef.co/go/tools v0.0.1-2020.1.4
k8s.io/repo-infra v0.0.1-alpha.1
k8s.io/repo-infra v0.0.10
)

0 comments on commit ed5a62f

Please sign in to comment.