mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 11:38:59 +02:00
Align the mock module with the project's Go version (CI uses 1.23). Part of standardising the whole project on Go 1.23; the plugin module is bumped separately. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
240 B
AMPL
7 lines
240 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.23
|