mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-09 23:38:06 -06:00
[chore]: Bump golang.org/x/crypto from 0.18.0 to 0.19.0 (#2632)
This commit is contained in:
parent
9125a51584
commit
d0e674b3da
38 changed files with 226 additions and 81 deletions
4
go.mod
4
go.mod
|
|
@ -67,7 +67,7 @@ require (
|
|||
go.opentelemetry.io/otel/sdk/metric v1.20.0
|
||||
go.opentelemetry.io/otel/trace v1.20.0
|
||||
go.uber.org/automaxprocs v1.5.3
|
||||
golang.org/x/crypto v0.18.0
|
||||
golang.org/x/crypto v0.19.0
|
||||
golang.org/x/image v0.15.0
|
||||
golang.org/x/net v0.20.0
|
||||
golang.org/x/oauth2 v0.16.0
|
||||
|
|
@ -179,7 +179,7 @@ require (
|
|||
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
|
||||
golang.org/x/mod v0.14.0 // indirect
|
||||
golang.org/x/sync v0.6.0 // indirect
|
||||
golang.org/x/sys v0.16.0 // indirect
|
||||
golang.org/x/sys v0.17.0 // indirect
|
||||
golang.org/x/tools v0.17.0 // indirect
|
||||
google.golang.org/appengine v1.6.8 // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue