Update module golang.org/x/net to v0.13.0 [SECURITY]

This commit is contained in:
Renovate Bot 2023-08-24 12:47:00 +00:00 committed by Shelikhoo
parent f73fe6ec00
commit 0cb2975fd8
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316
2 changed files with 410 additions and 12 deletions

8
go.mod
View file

@ -18,9 +18,9 @@ require (
github.com/xtaci/smux v1.5.24
gitlab.torproject.org/tpo/anti-censorship/geoip v0.0.0-20210928150955-7ce4b3d98d01
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.4.0
golang.org/x/crypto v0.10.0
golang.org/x/net v0.11.0
golang.org/x/sys v0.9.0
golang.org/x/crypto v0.11.0
golang.org/x/net v0.13.0
golang.org/x/sys v0.10.0
google.golang.org/protobuf v1.31.0
)
@ -59,6 +59,6 @@ require (
github.com/templexxx/cpu v0.1.0 // indirect
github.com/templexxx/xorsimd v0.4.2 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)