grafana/hack/externalTools.go

8 lines
207 B
Go
Raw Normal View History

package hack
// this ensures that code-generator is available in the go.mod file,
// which is a dependency of the ./update-codegen.sh script.
import (
2024-08-14 00:17:05 -05:00
_ "k8s.io/code-generator/cmd/client-gen/generators"
)