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

This commit is contained in:
renovate[bot]
2022-11-12 18:21:03 +00:00
committed by GitHub
parent e3e42cac1a
commit 88217b9f06
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -35,8 +35,8 @@ require (
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0
golang.org/x/sys v0.1.0 // indirect
golang.org/x/net v0.2.0
golang.org/x/sys v0.2.0 // indirect
)
require github.com/prometheus/client_golang v1.13.1