16 lines
457 B
Modula-2
16 lines
457 B
Modula-2
module k8s.io/kubernetes/hack/tools
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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-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.10
|
|
)
|