Replace CLI parsing functionality with the `kingpin` library to better support configuring the tool with environment variables. Add new environment variables to configure the tool. BREAKING CHANGE: CLI params now require two dashes instead of one (e.g. `--socket`)
10 lines
214 B
Modula-2
10 lines
214 B
Modula-2
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
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|