drop bazel related tools from hack/tools module

This commit is contained in:
Benjamin Elder
2021-02-28 14:24:12 -08:00
parent 56e092e382
commit d9ef7cbe8c
4 changed files with 0 additions and 74 deletions

View File

@@ -30,11 +30,6 @@ import (
_ "gotest.tools"
_ "gotest.tools/gotestsum"
// bazel-related tools
_ "github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
_ "github.com/bazelbuild/buildtools/buildozer"
_ "k8s.io/repo-infra/cmd/kazel"
// dependencies
_ "sigs.k8s.io/zeitgeist"
)