cert-manager/go.work
Maël Valais 2a16f40e22 go work: add a workspace file
We do not check-in the go.work.sum in Git yet because we haven't figured
how to use it yet.

Signed-off-by: Maël Valais <mael@vls.dev>
2023-04-06 16:23:31 +02:00

13 lines
132 B
Plaintext

go 1.20
use (
.
./cmd/acmesolver
./cmd/cainjector
./cmd/controller
./cmd/ctl
./cmd/webhook
./test/e2e
./test/integration
)