manual-approval/go.mod
dependabot[bot] 1c9827df3c
Bump golang.org/x/oauth2
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20220309155454-6242fa91716a to 0.29.0.
- [Commits](https://github.com/golang/oauth2/commits/v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 15:34:59 +00:00

13 lines
271 B
Modula-2

module github.com/trstringer/manual-approval
go 1.17
require (
github.com/google/go-github/v43 v43.0.0
golang.org/x/oauth2 v0.29.0
)
require (
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
)