Files
crowdsec-bouncer-traefik-pl…/go.mod
T
maxlerebourgandGitHub f14a4e3a68 add external simpleredis and add log for cache (#73)
*  add external simpleredis and add log for cache

* 🐛 fix comment
2022-12-31 16:18:08 +01:00

9 lines
172 B
AMPL

module github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
go 1.19
require (
github.com/leprosus/golang-ttl-map v1.1.7
github.com/maxlerebourg/simpleredis v1.0.3
)