File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -27,23 +27,10 @@ import (
2727 // linter(s)
2828 _ "github.com/golangci/golangci-lint/cmd/golangci-lint"
2929
30- // kubernetes code generators
31- _ "github.com/go-bindata/go-bindata/v3"
32- _ "k8s.io/code-generator/cmd/client-gen"
33- _ "k8s.io/code-generator/cmd/deepcopy-gen"
34- _ "k8s.io/code-generator/cmd/informer-gen"
35- _ "k8s.io/code-generator/cmd/lister-gen"
36- _ "sigs.k8s.io/controller-tools/cmd/controller-gen"
37-
38- // proto generator
39- _ "github.com/golang/protobuf/protoc-gen-go"
40-
4130 // test runner
4231 _ "gotest.tools/gotestsum"
4332
44- // bazel-related tools
45- _ "github.com/bazelbuild/buildtools/buildozer"
46-
33+ // spellcheck
4734 _ "github.com/client9/misspell/cmd/misspell"
4835
4936 // image builder
You can’t perform that action at this time.
0 commit comments