Update module golang.org/x/crypto to v0.12.0

This commit is contained in:
Renovate Bot 2023-08-25 16:37:25 +00:00 committed by Shelikhoo
parent e37e15ab7c
commit a3bfc2802a
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316
2 changed files with 10 additions and 6 deletions

6
go.mod
View file

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