add buildozer to deps

pull/564/head
Benjamin Elder 2019-02-12 13:11:11 -08:00
parent 2981fb7a01
commit d49953e8d0
2 changed files with 3 additions and 1 deletions

3
Godeps/Godeps.json generated
View File

@ -4,6 +4,7 @@
"GodepVersion": "v80-k8s-r1",
"Packages": [
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle",
"github.com/bazelbuild/buildtools/buildozer",
"github.com/cespare/prettybench",
"github.com/client9/misspell/cmd/misspell",
"github.com/cloudflare/cfssl/cmd/cfssl",
@ -4239,4 +4240,4 @@
"Rev": "db5cfe13f5cc80a4990d98e2e1b0707a4d1a5394"
}
]
}
}

View File

@ -56,6 +56,7 @@ fi
# won't pick them up.
REQUIRED_BINS=(
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
"github.com/bazelbuild/buildtools/buildozer"
"github.com/cespare/prettybench"
"github.com/client9/misspell/cmd/misspell"
"github.com/cloudflare/cfssl/cmd/cfssl"