mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
8 lines
166 B
Go
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"
|
|
)
|