Files
grafana/hack/externalTools.go
T

8 lines
207 B
Go
Raw Normal View History

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