2021-09-09 09:14:17 +00:00
|
|
|
//go:build tools
|
2021-03-27 22:14:54 +00:00
|
|
|
// +build tools
|
|
|
|
|
|
|
|
package tools
|
|
|
|
|
|
|
|
import (
|
2021-11-06 20:12:13 +00:00
|
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
2021-03-27 22:14:54 +00:00
|
|
|
_ "sigs.k8s.io/controller-tools/cmd/controller-gen"
|
|
|
|
)
|