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

This commit is contained in:
renovate[bot]
2023-12-20 19:37:19 +00:00
committed by GitHub
parent 8f03437a05
commit 2f5a372138
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -31,8 +31,8 @@ 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.15.0 // indirect
golang.org/x/net v0.18.0
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.19.0
golang.org/x/sys v0.15.0 // indirect
)