mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
- 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>
10 lines
236 B
Modula-2
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
|
|
)
|