dependabot[bot] 445a34cda5
Bump golang.org/x/crypto in /utils/scripts/build/should-release
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>
2025-11-20 02:04:39 +00: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
)