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

This commit is contained in:
renovate[bot]
2023-10-06 12:18:42 +00:00
committed by GitHub
parent a82628b041
commit 3b4611e3c9
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.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0
golang.org/x/sys v0.11.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.16.0
golang.org/x/sys v0.13.0 // indirect
)
require github.com/prometheus/client_golang v1.16.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.10.1 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)