Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

Commit 721baee

Browse files
Bump golang.org/x/crypto from 0.30.0 to 0.52.0 (#20)
- Bump golang.org/x/crypto 0.30.0 -> 0.52.0 (go.mod/go.sum) - Branch rebuilt on top of main to resolve the go.sum conflict, dropping stale CI.yml/lint commits superseded by main's SHA-pinned workflow - Build, tests, lint, CodeQL and SonarCloud green
1 parent 17e81a0 commit 721baee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
go.opentelemetry.io/otel/trace v1.43.0 // indirect
5858
go.uber.org/multierr v1.10.0 // indirect
5959
go.uber.org/zap v1.27.0 // indirect
60-
golang.org/x/crypto v0.51.0 // indirect
60+
golang.org/x/crypto v0.52.0 // indirect
6161
golang.org/x/net v0.55.0 // indirect
6262
golang.org/x/sync v0.20.0 // indirect
6363
golang.org/x/sys v0.45.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ=
168168
go.uber.org/multierr v1.10.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
169169
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
170170
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
171-
golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI=
172-
golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8=
171+
golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988=
172+
golang.org/x/crypto v0.52.0/go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc=
173173
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
174174
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
175175
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=

0 commit comments

Comments
 (0)