monitoring/crowdsec: add MaxMind GeoLite2-City.mmdb

This commit is contained in:
2026-05-17 13:17:08 +04:00
parent 2e132075b3
commit 1581be1722
8 changed files with 81 additions and 9 deletions
+5 -1
View File
@@ -2,13 +2,17 @@ module crowdsec-exporter
go 1.26.3
require github.com/prometheus/client_golang v1.23.2
require (
github.com/oschwald/geoip2-golang/v2 v2.1.0
github.com/prometheus/client_golang v1.23.2
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.18.6 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/oschwald/maxminddb-golang/v2 v2.1.1 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.67.5 // indirect
github.com/prometheus/procfs v0.20.1 // indirect