[PR #357] [MERGED] fix(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 #386

Closed
opened 2026-03-04 00:25:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/357
Author: @dependabot[bot]
Created: 9/7/2023
Status: Merged
Merged: 11/5/2023
Merged by: @ViRb3

Base: masterHead: dependabot/go_modules/golang.org/x/oauth2-0.12.0


📝 Commits (1)

  • 57a46fb fix(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.12.0

📊 Changes

2 files changed (+22 additions, -20 deletions)

View changed files

📝 go.mod (+7 -7)
📝 go.sum (+15 -13)

📄 Description

Bumps golang.org/x/oauth2 from 0.8.0 to 0.12.0.

Commits
  • 0708528 go.mod: update golang.org/x dependencies
  • a835fc4 oauth2: move global auth style cache to be per-Config
  • 2e4a4e2 go.mod: update golang.org/x dependencies
  • ac6658e all: update go version to 1.18
  • ec5679f go.mod: update golang.org/x dependencies
  • 989acb1 all: update dependencies to their latest versions
  • 2323c81 go.mod: update golang.org/x dependencies
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SignTools/SignTools/pull/357 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/7/2023 **Status:** ✅ Merged **Merged:** 11/5/2023 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/golang.org/x/oauth2-0.12.0` --- ### 📝 Commits (1) - [`57a46fb`](https://github.com/SignTools/SignTools/commit/57a46fbdcd023792fb6315529610710be9387b65) fix(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 ### 📊 Changes **2 files changed** (+22 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+7 -7) 📝 `go.sum` (+15 -13) </details> ### 📄 Description Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.12.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/oauth2/commit/07085280e48195ed918272008a23087d24c0a356"><code>0708528</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/oauth2/commit/a835fc4358f6852f50c4c5c33fddcd1adade5b0a"><code>a835fc4</code></a> oauth2: move global auth style cache to be per-Config</li> <li><a href="https://github.com/golang/oauth2/commit/2e4a4e2bfb69ca7609cb423438c55caa131431c1"><code>2e4a4e2</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/oauth2/commit/ac6658e9cb5802cebf9b8fd5f5d58f22bedb527f"><code>ac6658e</code></a> all: update go version to 1.18</li> <li><a href="https://github.com/golang/oauth2/commit/ec5679f607c139709bdc4c2608494d56b95611fe"><code>ec5679f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/oauth2/commit/989acb1bfed17be45134185bd228d89675a68f19"><code>989acb1</code></a> all: update dependencies to their latest versions</li> <li><a href="https://github.com/golang/oauth2/commit/2323c81c8dba82e8650ed3a24a1a5667e293af38"><code>2323c81</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/oauth2/compare/v0.8.0...v0.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.8.0&new-version=0.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:25:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#386
No description provided.