prometheus-fail2ban-exporter/src/go.mod

10 lines
175 B
Modula-2
Raw Normal View History

2021-02-05 22:49:47 +00:00
module fail2ban-prometheus-exporter
go 1.15
require (
github.com/kisielk/og-rek v1.1.0
github.com/nlpodyssey/gopickle v0.1.0
github.com/prometheus/client_golang v1.9.0
)