chore(deps): update module golang.org/x/net to v0.15.0

This commit is contained in:
Renovate Bot 2023-09-19 14:09:33 +00:00
parent caaff7004e
commit f4e1ab90c8
2 changed files with 10 additions and 15 deletions

6
go.mod
View file

@ -19,8 +19,8 @@ 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.12.0
golang.org/x/net v0.13.0
golang.org/x/crypto v0.13.0
golang.org/x/net v0.15.0
golang.org/x/sys v0.12.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.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)