From d49953e8d01e5f1bb4f2e84e3d82f303360be277 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 12 Feb 2019 13:11:11 -0800 Subject: [PATCH] add buildozer to deps --- Godeps/Godeps.json | 3 ++- hack/godep-save.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index c32fdcc6d1..d479b419e0 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -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" } ] -} +} \ No newline at end of file diff --git a/hack/godep-save.sh b/hack/godep-save.sh index 093cb411fa..452b102dd7 100755 --- a/hack/godep-save.sh +++ b/hack/godep-save.sh @@ -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"