prometheus-fail2ban-exporter/go.mod

28 lines
926 B
Modula-2
Raw Normal View History

2023-10-02 10:50:34 +00:00
module git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter
go 1.21
toolchain go1.24.0
2023-10-02 10:50:34 +00:00
require (
github.com/alecthomas/kong v0.9.0
github.com/kisielk/og-rek v1.3.0
github.com/nlpodyssey/gopickle v0.3.0
github.com/prometheus/client_golang v1.21.0
2023-10-02 10:50:34 +00:00
)
require (
github.com/aristanetworks/gomap v0.0.0-20230726210543-f4e41046dced // indirect
2023-10-02 10:50:34 +00:00
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.62.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/protobuf v1.36.1 // indirect
2023-10-02 10:50:34 +00:00
)