manual-approval/go.mod
dependabot[bot] 32d182eec2
Bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 (#198)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 17:33:34 +05:30

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.32.0
)
require (
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
)