Skip to content

Commit 5b27642

Browse files
build(deps): bump golang.org/x/crypto from 0.25.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.31.0. - [Commits](golang/crypto@v0.25.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2cec78 commit 5b27642

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.959
3131
go.etcd.io/etcd/client/v3 v3.5.14
3232
golang.org/x/net v0.27.0
33-
golang.org/x/text v0.16.0
33+
golang.org/x/text v0.21.0
3434
gorm.io/driver/postgres v1.5.9
3535
gorm.io/gorm v1.25.10
3636
)
@@ -42,7 +42,7 @@ require (
4242
github.com/jackc/puddle/v2 v2.2.1 // indirect
4343
github.com/jinzhu/inflection v1.0.0 // indirect
4444
github.com/jinzhu/now v1.1.5 // indirect
45-
golang.org/x/sync v0.7.0 // indirect
45+
golang.org/x/sync v0.10.0 // indirect
4646
google.golang.org/genproto/googleapis/api v0.0.0-20240708141625-4ad9e859172b // indirect
4747
google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect
4848
)
@@ -71,7 +71,7 @@ require (
7171
go.opentelemetry.io/otel/trace v1.28.0 // indirect
7272
go.uber.org/multierr v1.11.0 // indirect
7373
go.uber.org/zap v1.27.0 // indirect
74-
golang.org/x/crypto v0.25.0 // indirect
75-
golang.org/x/sys v0.22.0 // indirect
74+
golang.org/x/crypto v0.31.0 // indirect
75+
golang.org/x/sys v0.28.0 // indirect
7676
gopkg.in/yaml.v3 v3.0.1 // indirect
7777
)

0 commit comments

Comments
 (0)