2023-10-02 10:50:34 +00:00
|
|
|
module git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2024-03-08 08:16:10 +00:00
|
|
|
github.com/alecthomas/kong v0.9.0
|
2023-10-02 10:50:34 +00:00
|
|
|
github.com/kisielk/og-rek v1.2.0
|
2023-12-05 11:15:23 +00:00
|
|
|
github.com/nlpodyssey/gopickle v0.3.0
|
2024-02-27 20:15:58 +00:00
|
|
|
github.com/prometheus/client_golang v1.19.0
|
2023-10-02 10:50:34 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-12-28 02:15:09 +00:00
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
2024-02-27 20:15:58 +00:00
|
|
|
github.com/prometheus/common v0.48.0 // indirect
|
2023-12-28 02:15:09 +00:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2024-02-27 20:15:58 +00:00
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
2023-12-05 11:15:23 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2024-02-27 20:15:58 +00:00
|
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
2023-10-02 10:50:34 +00:00
|
|
|
)
|