-
- Downloads
Replace IP address with ASN in logged events
... | @@ -2,6 +2,7 @@ module git.autistici.org/ai3/tools/reports-collector | ... | @@ -2,6 +2,7 @@ module git.autistici.org/ai3/tools/reports-collector |
require ( | require ( | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/oschwald/geoip2-golang v1.4.0 // indirect | |||
github.com/prometheus/client_golang v1.8.0 | github.com/prometheus/client_golang v1.8.0 | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
) | ) |
Please register or sign in to comment