mirror of https://github.com/kubernetes/kops.git
14 lines
288 B
Modula-2
14 lines
288 B
Modula-2
module k8s.io/kops/hack
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bazelbuild/bazel-gazelle v0.23.0
|
|
github.com/bazelbuild/bazelisk v1.7.5
|
|
github.com/client9/misspell v0.3.4
|
|
golang.org/x/tools v0.1.0
|
|
honnef.co/go/tools v0.1.3
|
|
k8s.io/code-generator v0.21.0
|
|
sigs.k8s.io/controller-tools v0.5.0
|
|
)
|