manual-approval/go.mod
dependabot[bot] 9465ec6fb4
Bump golang.org/x/crypto in the go_modules group across 1 directory
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.35.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 01:39:33 +00:00

13 lines
246 B
Modula-2

module github.com/trstringer/manual-approval
go 1.24.0
require (
github.com/google/go-github/v43 v43.0.0
golang.org/x/oauth2 v0.33.0
)
require (
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
)