Files
crowdsec-bouncer-traefik-pl…/tests/e2e/mock/mocklapi/go.mod
T
2026-07-05 19:56:15 +02:00

7 lines
243 B
AMPL

// Standalone module so this test helper stays out of the plugin module:
// it is excluded from the plugin's `go build ./...`, `go test ./...`,
// golangci-lint and `go mod vendor`. Stdlib only no dependencies.
module mocklapi
go 1.22.12