fix(deps): update module golang.org/x/net to v0.25.0

This commit is contained in:
renovate[bot]
2024-05-18 21:39:19 +00:00
committed by GitHub
parent 193dfdffb5
commit d62a198ab5
2 changed files with 12 additions and 4 deletions

8
go.mod
View File

@@ -31,9 +31,9 @@ require (
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0
golang.org/x/sys v0.19.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0
golang.org/x/sys v0.20.0 // indirect
)
require github.com/prometheus/client_golang v1.19.1
@@ -47,7 +47,7 @@ require (
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)