
* Add static analysis to hack/verify-govet-levee.sh for defense against accidental logging of credentials. * Add binary dependency to hack/tools/tools.go and associated go.mod, go.sum. * Add analysis configuration to hack/testdata/levee/
17 lines
526 B
Modula-2
17 lines
526 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
|
|
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.1.1
|
|
)
|