Files
troubleshoot/pkg/hack/mod.go
Ethan Mosbaugh 59d50e7679 Fix go mod
2021-11-30 21:26:24 +00:00

8 lines
166 B
Go

package hack
import (
// hack to make sure package is not pruned by go mod tidy
_ "k8s.io/code-generator/pkg/util"
_ "sigs.k8s.io/controller-tools/pkg/version"
)