mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-09-02 20:28:50 +02:00
* ⬆️ Upgrade golang version * 🚨 Optimize Lint for strings * 🔒️ Add allow list of packages * 🚨 Fix final lint * 👷 Update ci * 🍱 upgrade dependencies * 🍱 fix comment --------- Co-authored-by: Max Lerebourg <maxlerebourg@gmail.com>
9 lines
173 B
AMPL
9 lines
173 B
AMPL
module github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/leprosus/golang-ttl-map v1.1.7
|
|
github.com/maxlerebourg/simpleredis v1.0.11
|
|
)
|