chore(deps): update dependencies

This commit is contained in:
2025-03-02 13:52:27 +01:00
parent 026f8d2d18
commit 97c2294035
3 changed files with 32 additions and 11 deletions

22
go.mod
View File

@ -1,25 +1,27 @@
module git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter
go 1.20
go 1.23.0
toolchain go1.24.0
require (
github.com/alecthomas/kong v0.9.0
github.com/alecthomas/kong v1.8.1
github.com/kisielk/og-rek v1.3.0
github.com/nlpodyssey/gopickle v0.3.0
github.com/prometheus/client_golang v1.20.5
github.com/prometheus/client_golang v1.21.0
)
require (
github.com/aristanetworks/gomap v0.0.0-20230726210543-f4e41046dced // indirect
github.com/aristanetworks/gomap v0.0.0-20240919214256-2b26376628e1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.18.0 // 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.55.0 // 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.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)