Skip to content

Commit abd7be8

Browse files
Go: Bump golang.org/x/crypto from 0.21.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0. - [Commits](golang/crypto@v0.21.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ad0f2b commit abd7be8

File tree

234 files changed

+44952
-8378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+44952
-8378
lines changed

go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ require (
5252
github.com/spf13/pflag v1.0.5
5353
github.com/tidwall/gjson v1.17.0
5454
github.com/zalando/go-keyring v0.2.3
55-
golang.org/x/sync v0.6.0
56-
golang.org/x/sys v0.18.0
57-
golang.org/x/term v0.18.0
58-
golang.org/x/text v0.14.0
55+
golang.org/x/sync v0.10.0
56+
golang.org/x/sys v0.28.0
57+
golang.org/x/term v0.27.0
58+
golang.org/x/text v0.21.0
5959
gopkg.in/AlecAivazis/survey.v1 v1.8.8
6060
gopkg.in/segmentio/analytics-go.v3 v3.0.0-00010101000000-000000000000
6161
gopkg.in/yaml.v2 v2.4.0
@@ -203,12 +203,12 @@ require (
203203
go.uber.org/atomic v1.11.0 // indirect
204204
go.uber.org/multierr v1.11.0 // indirect
205205
go.uber.org/zap v1.24.0 // indirect
206-
golang.org/x/crypto v0.21.0 // indirect
207-
golang.org/x/mod v0.16.0 // indirect
208-
golang.org/x/net v0.23.0 // indirect
206+
golang.org/x/crypto v0.31.0 // indirect
207+
golang.org/x/mod v0.17.0 // indirect
208+
golang.org/x/net v0.25.0 // indirect
209209
golang.org/x/oauth2 v0.16.0 // indirect
210210
golang.org/x/time v0.5.0 // indirect
211-
golang.org/x/tools v0.19.0 // indirect
211+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
212212
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
213213
google.golang.org/appengine v1.6.8 // indirect
214214
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect

go.sum

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/LICENSE

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)