Commit d49953e8 authored by Benjamin Elder's avatar Benjamin Elder

add buildozer to deps

parent 2981fb7a
...@@ -4,6 +4,7 @@ ...@@ -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 ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment