chore(deps): bump the go-dependencies group across 1 directory with 2 updates - #171
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the go-dependencies group across 1 directory with 2 updates#171dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the go-dependencies group with 2 updates in the / directory: [golang.org/x/oauth2](https://github.com/golang/oauth2) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client). Updates `golang.org/x/oauth2` from 0.36.0 to 0.37.0 - [Commits](golang/oauth2@v0.36.0...v0.37.0) Updates `google.golang.org/api` from 0.293.0 to 0.297.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.293.0...v0.297.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: google.golang.org/api dependency-version: 0.297.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 2 updates in the / directory: golang.org/x/oauth2 and google.golang.org/api.
Updates
golang.org/x/oauth2from 0.36.0 to 0.37.0Commits
c624b89google: change the snake case endpoint to kebab-case09a82f6all: upgrade go directive to at least 1.26.0 [generated]Updates
google.golang.org/apifrom 0.293.0 to 0.297.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
dfa9e13chore(main): release 0.297.0 (#3725)7770e01feat: move to go1.26.0 as the lowest supported go version (#3724)f03a404chore(main): release 0.296.0 (#3719)bfa0beffeat(all): auto-regenerate discovery clients (#3722)3264fb2feat(all): auto-regenerate discovery clients (#3720)6d6e873feat(all): auto-regenerate discovery clients (#3718)df69652chore(main): release 0.295.0 (#3716)9e79798feat(all): auto-regenerate discovery clients (#3717)ddc3759feat(all): auto-regenerate discovery clients (#3715)fbba882chore(main): release 0.294.0 (#3699)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Medium Risk
Touches OAuth and Google API client versions used for Play credential setup, but scope is lockfile-only; main operational risk is requiring Go 1.26 and regression-testing Google sign-in flows.
Overview
Bumps Go from
1.25.13to1.26.0ingo.mod, matching the new minimum versions required by the updated Google libraries.Direct dependency updates:
golang.org/x/oauth20.36.0→0.37.0andgoogle.golang.org/api0.293.0→0.297.0, with correspondinggo.sumchecksum changes. Transitive bumps follow along the Google auth/grpc/protobuf andgolang.org/x/*stack (e.g.cloud.google.com/go/auth,gax-go,grpc,protobuf). No application source files change—only module metadata.These libraries back Google Play setup OAuth in
internal/google; the oauth2 release note about a Google endpoint naming tweak is library-internal. Reviewers should confirm CI and local builds use Go 1.26+ after merge.Reviewed by Cursor Bugbot for commit a061af7. Bugbot is set up for automated code reviews on this repo. Configure here.