mirror of
https://github.com/grafana/grafana.git
synced 2025-07-24 14:12:12 +08:00
K8s: Fix hack/update-codegen (#91867)
This commit is contained in:
@ -3,5 +3,5 @@ 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"
|
||||
_ "k8s.io/code-generator/cmd/client-gen/generators"
|
||||
)
|
||||
|
Reference in New Issue
Block a user