mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
add buildozer to deps
This commit is contained in:
parent
2981fb7a01
commit
d49953e8d0
1
Godeps/Godeps.json
generated
1
Godeps/Godeps.json
generated
@ -4,6 +4,7 @@
|
|||||||
"GodepVersion": "v80-k8s-r1",
|
"GodepVersion": "v80-k8s-r1",
|
||||||
"Packages": [
|
"Packages": [
|
||||||
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle",
|
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle",
|
||||||
|
"github.com/bazelbuild/buildtools/buildozer",
|
||||||
"github.com/cespare/prettybench",
|
"github.com/cespare/prettybench",
|
||||||
"github.com/client9/misspell/cmd/misspell",
|
"github.com/client9/misspell/cmd/misspell",
|
||||||
"github.com/cloudflare/cfssl/cmd/cfssl",
|
"github.com/cloudflare/cfssl/cmd/cfssl",
|
||||||
|
@ -56,6 +56,7 @@ fi
|
|||||||
# won't pick them up.
|
# won't pick them up.
|
||||||
REQUIRED_BINS=(
|
REQUIRED_BINS=(
|
||||||
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
|
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
|
||||||
|
"github.com/bazelbuild/buildtools/buildozer"
|
||||||
"github.com/cespare/prettybench"
|
"github.com/cespare/prettybench"
|
||||||
"github.com/client9/misspell/cmd/misspell"
|
"github.com/client9/misspell/cmd/misspell"
|
||||||
"github.com/cloudflare/cfssl/cmd/cfssl"
|
"github.com/cloudflare/cfssl/cmd/cfssl"
|
||||||
|
Loading…
Reference in New Issue
Block a user