Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.0.0-20220822191816-0ebed06d0094 to 0.27.0 in the go_modules group across 1 directory - #2

Merged
thedavidweng merged 1 commit into
mainfrom
dependabot/go_modules/go_modules-985326579b
May 12, 2026
Merged

chore(deps): bump golang.org/x/oauth2 from 0.0.0-20220822191816-0ebed06d0094 to 0.27.0 in the go_modules group across 1 directory#2
thedavidweng merged 1 commit into
mainfrom
dependabot/go_modules/go_modules-985326579b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the go_modules group with 1 update in the / directory: golang.org/x/oauth2.

Updates golang.org/x/oauth2 from 0.0.0-20220822191816-0ebed06d0094 to 0.27.0

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 1 update in the / directory: [golang.org/x/oauth2](https://github.com/golang/oauth2).


Updates `golang.org/x/oauth2` from 0.0.0-20220822191816-0ebed06d0094 to 0.27.0
- [Commits](https://github.com/golang/oauth2/commits/v0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 12, 2026
@greptile-apps

greptile-apps Bot commented May 12, 2026

Copy link
Copy Markdown

Greptile Summary

  • Bumps golang.org/x/oauth2 from a 2022 pseudoversion to v0.27.0, which modernizes the library by dropping its legacy google.golang.org/appengine dependency and using standard-library HTTP instead.
  • Removes four now-unnecessary indirect dependencies (github.com/golang/protobuf, golang.org/x/net, google.golang.org/appengine, google.golang.org/protobuf) from go.mod and their corresponding go.sum entries.
  • No application code is changed; the update is low-risk given the Dependabot compatibility badge.

Confidence Score: 5/5

Safe to merge — routine dependency bump with no code changes and expected transitive-dependency cleanup.

No application logic was modified. The oauth2 upgrade is well-understood: v0.27.0 drops the AppEngine transport in favour of standard net/http, which explains the cascade of removed transitive deps. All checksums are consistent. No P0/P1/P2 findings.

No files require special attention.

Important Files Changed

Filename Overview
go.mod Bumps golang.org/x/oauth2 from pseudoversion to v0.27.0; drops now-unnecessary transitive deps (github.com/golang/protobuf, golang.org/x/net, google.golang.org/appengine, google.golang.org/protobuf).
go.sum Checksum entries updated to match new golang.org/x/oauth2 v0.27.0 and removed entries for dropped transitive dependencies; google/go-cmp bumped from v0.5.8 to v0.5.9.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["golang.org/x/oauth2\nv0.0.0-20220822191816"] -->|old transitive deps| B["golang.org/x/net"]
    A -->|old transitive deps| C["google.golang.org/appengine"]
    A -->|old transitive deps| D["github.com/golang/protobuf"]
    A -->|old transitive deps| E["google.golang.org/protobuf"]
    F["golang.org/x/oauth2\nv0.27.0"] -->|uses stdlib| G["net/http (standard library)"]
    style A fill:#f99,stroke:#c33
    style F fill:#9f9,stroke:#393
    style B fill:#fcc,stroke:#c33
    style C fill:#fcc,stroke:#c33
    style D fill:#fcc,stroke:#c33
    style E fill:#fcc,stroke:#c33
    style G fill:#cfc,stroke:#393
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump golang.org/x/oauth2" | Re-trigger Greptile

@thedavidweng
thedavidweng merged commit f2dbcfb into main May 12, 2026
5 checks passed
@thedavidweng
thedavidweng deleted the dependabot/go_modules/go_modules-985326579b branch May 12, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant