fix(deps): update module golang.org/x/crypto to v0.33.0

This commit is contained in:
renovate[bot]
2025-02-08 03:03:20 +00:00
committed by GitHub
parent 492ceeb286
commit d6fc08fb03
2 changed files with 12 additions and 4 deletions

8
go.mod
View File

@@ -34,7 +34,7 @@ require (
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
github.com/yuin/goldmark v1.7.8
github.com/yuin/goldmark-emoji v1.0.4
golang.org/x/crypto v0.32.0
golang.org/x/crypto v0.33.0
golang.org/x/mod v0.23.0
golang.org/x/net v0.34.0
golang.org/x/time v0.10.0
@@ -70,9 +70,9 @@ require (
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)