bump dependencies

This commit is contained in:
Michael Eischer
2024-07-06 17:03:35 +02:00
parent a6323b5e98
commit 40fd34e7c8
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/miolini/datacounter v1.0.3
github.com/prometheus/client_golang v1.18.0
github.com/spf13/cobra v1.8.1
golang.org/x/crypto v0.24.0
golang.org/x/crypto v0.25.0
)
require (
@@ -23,6 +23,6 @@ require (
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/sys v0.22.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)