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

This commit is contained in:
renovate[bot]
2024-03-07 13:21:55 +00:00
committed by GitHub
parent b6b7f1a8d5
commit bf3194fddb
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.19.0 // indirect
golang.org/x/net v0.21.0
golang.org/x/sys v0.17.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0
golang.org/x/sys v0.18.0 // indirect
)
require github.com/prometheus/client_golang v1.19.0