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

This commit is contained in:
renovate[bot]
2023-04-18 01:01:11 +00:00
committed by GitHub
parent 484268622c
commit ea738f612d
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@@ -32,8 +32,8 @@ require (
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.8.0
golang.org/x/sys v0.6.0 // indirect
golang.org/x/net v0.9.0
golang.org/x/sys v0.7.0 // indirect
)
require github.com/prometheus/client_golang v1.15.0
@@ -49,7 +49,7 @@ require (
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)