Skip to content

Commit 94b67bb

Browse files
Bump golang.org/x/crypto from 0.24.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.31.0. - [Commits](golang/crypto@v0.24.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 892add7 commit 94b67bb

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
4545
golang.org/x/mod v0.18.0
4646
golang.org/x/oauth2 v0.21.0
47-
golang.org/x/sync v0.7.0
47+
golang.org/x/sync v0.10.0
4848
golang.org/x/tools v0.22.0
4949
gopkg.in/yaml.v3 v3.0.1
5050
)
@@ -128,9 +128,9 @@ require (
128128
github.com/ulikunitz/xz v0.5.12 // indirect
129129
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
130130
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
131-
golang.org/x/crypto v0.24.0 // indirect
132-
golang.org/x/sys v0.21.0 // indirect
133-
golang.org/x/term v0.21.0 // indirect
134-
golang.org/x/text v0.16.0 // indirect
131+
golang.org/x/crypto v0.31.0 // indirect
132+
golang.org/x/sys v0.28.0 // indirect
133+
golang.org/x/term v0.27.0 // indirect
134+
golang.org/x/text v0.21.0 // indirect
135135
google.golang.org/protobuf v1.34.1 // indirect
136136
)

go.sum

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)