fail2ban-prometheus-exporter/src/go.mod

11 lines
238 B
Modula-2
Raw Normal View History

module gitlab.com/hectorjsmith/fail2ban-prometheus-exporter
2021-02-05 23:49:47 +01:00
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
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)