mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
9 lines
148 B
Go
9 lines
148 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
_ "sigs.k8s.io/controller-tools/cmd/controller-gen"
|
|
)
|