Skip to content

Commit c334f73

Browse files
dependabot[bot]dk-lockdown
authored andcommitted
chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. - [Commits](golang/crypto@v0.31.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3aaa3a7 commit c334f73

File tree

2 files changed

+14
-178
lines changed

2 files changed

+14
-178
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ require (
4444
go.uber.org/goleak v1.1.12
4545
go.uber.org/ratelimit v0.2.1-0.20220713224938-b62b799bc9a5
4646
go.uber.org/zap v1.21.0
47-
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
48-
golang.org/x/net v0.25.0
49-
golang.org/x/text v0.21.0
47+
golang.org/x/net v0.40.0
48+
golang.org/x/text v0.25.0
5049
google.golang.org/grpc v1.56.3
5150
gopkg.in/yaml.v3 v3.0.0
5251
k8s.io/client-go v0.23.5
@@ -88,7 +87,8 @@ require (
8887
github.com/ugorji/go/codec v1.1.7 // indirect
8988
go.opencensus.io v0.23.0 // indirect
9089
go.uber.org/atomic v1.9.0 // indirect
91-
golang.org/x/crypto v0.31.0 // indirect
90+
golang.org/x/crypto v0.38.0 // indirect
91+
golang.org/x/tools v0.33.0 // indirect
9292
gopkg.in/yaml.v2 v2.4.0 // indirect
9393
)
9494

@@ -148,7 +148,7 @@ require (
148148
go.opentelemetry.io/otel/trace v1.9.0
149149
go.uber.org/multierr v1.7.0 // indirect
150150
golang.org/x/sync v0.14.0
151-
golang.org/x/sys v0.28.0 // indirect
151+
golang.org/x/sys v0.33.0 // indirect
152152
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
153153
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
154154
google.golang.org/protobuf v1.30.0

0 commit comments

Comments
 (0)