3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/hack/externalTools.go
2024-08-08 18:39:44 +03:00

8 lines
190 B
Go

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 (
_ "k8s.io/code-generator/pkg/util"
)