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

This commit is contained in:
renovate[bot]
2024-02-17 07:37:48 +00:00
committed by GitHub
parent da91786e0a
commit cbb839c0bf
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.3 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0
golang.org/x/sys v0.15.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0
golang.org/x/sys v0.17.0 // indirect
)
require github.com/prometheus/client_golang v1.17.0