kubernetes/hack/tools/go.mod
Davanum Srinivas 02eaf0f23d
remove references to golint in hack/tools
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-01-28 15:43:12 -05:00

16 lines
472 B
Modula-2

module k8s.io/kubernetes/hack/tools
go 1.15
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
github.com/google/go-flow-levee v0.1.4-0.20201102181719-72c65d71b1d3
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.1.3
)