Files
kubernetes/hack/tools/go.mod
Davanum Srinivas 12146cb4df Do not include bazel related deps in root go.mod
- add ./hack/tools/go.mod, this makes ./hack/tools a distinct module
- hack/tools/tools.go undescore imports bazel related tools, over time we
can add others.
- hack/*.sh scripts will cd to hack/tools and go install tools from there

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-19 22:01:50 -04:00

10 lines
236 B
Modula-2

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
k8s.io/repo-infra v0.0.1-alpha.1
)