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

This commit is contained in:
renovate[bot]
2024-04-09 13:52:36 +00:00
committed by GitHub
parent 9c973f3d5b
commit 2d03ea5691
2 changed files with 9 additions and 3 deletions

6
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.21.0 // indirect
golang.org/x/net v0.22.0
golang.org/x/sys v0.18.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0
golang.org/x/sys v0.19.0 // indirect
)
require github.com/prometheus/client_golang v1.19.0