dependabot[bot] 9b3f9f356d
Some checks failed
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
Bump golang.org/x/crypto in /utils/scripts/build/should-release (#5032)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 19:44:17 +01:00

14 lines
223 B
Modula-2

module should-release
go 1.24.0
require (
github.com/google/go-github/v41 v41.0.0
golang.org/x/oauth2 v0.27.0
)
require (
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
)