1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/e2e/tools.go

12 lines
239 B
Go
Raw Normal View History

//go:build tools
// +build tools
package tools
import (
_ "github.com/onsi/ginkgo/v2/ginkgo"
_ "github.com/onsi/ginkgo/v2/ginkgo/generators"
_ "github.com/onsi/ginkgo/v2/ginkgo/internal"
_ "github.com/onsi/ginkgo/v2/ginkgo/labels"
)