Chore: Update k8s.io dependencies (#91692)

This commit is contained in:
Todd Treece
2024-08-08 11:39:44 -04:00
committed by GitHub
parent d1deef29ff
commit b4126d3bce
26 changed files with 267 additions and 282 deletions

View File

@@ -1,7 +1,7 @@
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/pkg/util"
)
var _ = util.CurrentPackage