mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-19 18:52:20 +02:00
7 lines
243 B
AMPL
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
|