add external simpleredis and add log for cache (#73)

*  add external simpleredis and add log for cache

* 🐛 fix comment
This commit is contained in:
maxlerebourg
2022-12-31 16:18:08 +01:00
committed by GitHub
parent 11b615b9bd
commit f14a4e3a68
8 changed files with 220 additions and 9 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
go 1.19
require github.com/leprosus/golang-ttl-map v1.1.7
require (
github.com/leprosus/golang-ttl-map v1.1.7
github.com/maxlerebourg/simpleredis v1.0.3
)