hack/tools: Add zeitgeist@e06e277 for verifying external dependencies

Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
Stephen Augustus
2021-02-06 18:21:51 -05:00
parent b0c4f5c6fa
commit 68b9e70f3d
3 changed files with 950 additions and 0 deletions

View File

@@ -34,4 +34,7 @@ import (
_ "github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
_ "github.com/bazelbuild/buildtools/buildozer"
_ "k8s.io/repo-infra/cmd/kazel"
// dependencies
_ "sigs.k8s.io/zeitgeist"
)