Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /utils/scripts/build/should-release (#5110)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-19 12:23:35 -07:00
committed by GitHub
parent 9a3eb52d07
commit 0da2219f29
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module should-release
go 1.24.0
go 1.25.0
require (
github.com/google/go-github/v41 v41.0.0
@@ -9,5 +9,5 @@ require (
require (
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
)