Skip to content

Commit d05ca6d

Browse files
Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 (#195)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.30.0 to 0.31.0. - [Commits](golang/oauth2@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 685e338 commit d05ca6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/trstringer/manual-approval
22

3-
go 1.24
3+
go 1.24.0
44

55
require (
66
github.com/google/go-github/v43 v43.0.0
7-
golang.org/x/oauth2 v0.30.0
7+
golang.org/x/oauth2 v0.31.0
88
)
99

1010
require (

0 commit comments

Comments
 (0)