Bump github.com/markbates/goth from 1.80.0 to 1.81.0 #1475

Merged
dependabot[bot] merged 1 commit from refs/pull/1475/head into main 2025-04-07 16:14:57 +00:00
dependabot[bot] commented 2025-04-07 02:16:52 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #559
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/559
Original created: 2025-04-07T02:16:52Z
Original updated: 2025-04-07T16:15:05Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/markbates/goth-1.81.0
Original base: main
Original merged: 2025-04-07T16:14:57Z by @mfreeman451

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/markbates/goth from 1.80.0 to 1.81.0.

Release notes

Sourced from github.com/markbates/goth's releases.

v1.81.0

What's Changed

New Contributors

Full Changelog: https://github.com/markbates/goth/compare/v1.80.0...v1.81.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 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)
Imported from GitHub pull request. Original GitHub pull request: #559 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/559 Original created: 2025-04-07T02:16:52Z Original updated: 2025-04-07T16:15:05Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/markbates/goth-1.81.0 Original base: main Original merged: 2025-04-07T16:14:57Z by @mfreeman451 --- [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/markbates/goth](https://github.com/markbates/goth) from 1.80.0 to 1.81.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/markbates/goth/releases">github.com/markbates/goth's releases</a>.</em></p> <blockquote> <h2>v1.81.0</h2> <h2>What's Changed</h2> <ul> <li>fix: fail gracefully when id_token is missing by <a href="https://github.com/Func86"><code>@​Func86</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/565">markbates/goth#565</a></li> <li>Added Reddit to the Supported Providers list by <a href="https://github.com/Celarye"><code>@​Celarye</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/568">markbates/goth#568</a></li> <li>Adding get provider name support for chi router by <a href="https://github.com/fardinabir"><code>@​fardinabir</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/569">markbates/goth#569</a></li> <li>Fix yahoo user fetching by <a href="https://github.com/narasaka"><code>@​narasaka</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/577">markbates/goth#577</a></li> <li>feat: upgrade golang-jwt version for apple provider by <a href="https://github.com/burkayanduv"><code>@​burkayanduv</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/583">markbates/goth#583</a></li> <li>Line provider: added getting an email address from id_token by <a href="https://github.com/AlexanderGrom"><code>@​AlexanderGrom</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/578">markbates/goth#578</a></li> <li>Add authCodeOptions to openidConnect Provider by <a href="https://github.com/JensHeise"><code>@​JensHeise</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/580">markbates/goth#580</a></li> <li>feat: add lark app oauth support by <a href="https://github.com/linth2005"><code>@​linth2005</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/550">markbates/goth#550</a></li> <li>make providers map safe for concurrency by <a href="https://github.com/verygoodsoftwarenotvirus"><code>@​verygoodsoftwarenotvirus</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/521">markbates/goth#521</a></li> <li>add 1.24.x to testing matrix and update 1.22.x to 1.24.x to latest by <a href="https://github.com/dgduncan"><code>@​dgduncan</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/599">markbates/goth#599</a></li> <li>Add 1.22 mux support by <a href="https://github.com/dgduncan"><code>@​dgduncan</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/570">markbates/goth#570</a></li> <li>Upgrade <code>github.com/golang-jwt/jwt</code> to v5 for LINE provider by <a href="https://github.com/Juneezee"><code>@​Juneezee</code></a> in <a href="https://redirect.github.com/markbates/goth/pull/602">markbates/goth#602</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Func86"><code>@​Func86</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/565">markbates/goth#565</a></li> <li><a href="https://github.com/Celarye"><code>@​Celarye</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/568">markbates/goth#568</a></li> <li><a href="https://github.com/fardinabir"><code>@​fardinabir</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/569">markbates/goth#569</a></li> <li><a href="https://github.com/narasaka"><code>@​narasaka</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/577">markbates/goth#577</a></li> <li><a href="https://github.com/burkayanduv"><code>@​burkayanduv</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/583">markbates/goth#583</a></li> <li><a href="https://github.com/AlexanderGrom"><code>@​AlexanderGrom</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/578">markbates/goth#578</a></li> <li><a href="https://github.com/JensHeise"><code>@​JensHeise</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/580">markbates/goth#580</a></li> <li><a href="https://github.com/linth2005"><code>@​linth2005</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/550">markbates/goth#550</a></li> <li><a href="https://github.com/verygoodsoftwarenotvirus"><code>@​verygoodsoftwarenotvirus</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/521">markbates/goth#521</a></li> <li><a href="https://github.com/dgduncan"><code>@​dgduncan</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/599">markbates/goth#599</a></li> <li><a href="https://github.com/Juneezee"><code>@​Juneezee</code></a> made their first contribution in <a href="https://redirect.github.com/markbates/goth/pull/602">markbates/goth#602</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/markbates/goth/compare/v1.80.0...v1.81.0">https://github.com/markbates/goth/compare/v1.80.0...v1.81.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/markbates/goth/commit/4b34e1719daae56def96b42ec23ca05badf6ca24"><code>4b34e17</code></a> Upgrade <code>github.com/golang-jwt/jwt</code> to v5 for LINE provider (<a href="https://redirect.github.com/markbates/goth/issues/602">#602</a>)</li> <li><a href="https://github.com/markbates/goth/commit/8b2bdca3779ea216644eea8bec2e927fa31e380f"><code>8b2bdca</code></a> Add 1.22 mux support (<a href="https://redirect.github.com/markbates/goth/issues/570">#570</a>)</li> <li><a href="https://github.com/markbates/goth/commit/98b105c3296783cb69b5e1ccef3cbb65ba049b87"><code>98b105c</code></a> add 1.24.x to testing matrix and update 1.22.x to 1.24.x to latest (<a href="https://redirect.github.com/markbates/goth/issues/599">#599</a>)</li> <li><a href="https://github.com/markbates/goth/commit/b1c5727cb5a7e3a9ef4aa2cd7825590d3d11a6af"><code>b1c5727</code></a> make providers map concurrent safe (<a href="https://redirect.github.com/markbates/goth/issues/521">#521</a>)</li> <li><a href="https://github.com/markbates/goth/commit/0629733fe83993d930852e68e17058bbf20a70b9"><code>0629733</code></a> feat: add lark app oauth support (<a href="https://redirect.github.com/markbates/goth/issues/550">#550</a>)</li> <li><a href="https://github.com/markbates/goth/commit/8d5b57849cc322e7cf3d9fbd8f09037abe37254e"><code>8d5b578</code></a> Add authCodeOptions to openidConnect Provider (<a href="https://redirect.github.com/markbates/goth/issues/580">#580</a>)</li> <li><a href="https://github.com/markbates/goth/commit/8ba0d36a48049bfe7ad868b29ac5c7727b8b47b6"><code>8ba0d36</code></a> line: added email from id_token (<a href="https://redirect.github.com/markbates/goth/issues/578">#578</a>)</li> <li><a href="https://github.com/markbates/goth/commit/0c63ed90238dc88dee7ffe226b9a564b6a33db8c"><code>0c63ed9</code></a> feat: upgrade golang-jwt version for apple provider (<a href="https://redirect.github.com/markbates/goth/issues/583">#583</a>)</li> <li><a href="https://github.com/markbates/goth/commit/e55b0146e36b7e1fbaa7453d353861136bf4ed28"><code>e55b014</code></a> add 1.23 to CI matrix</li> <li><a href="https://github.com/markbates/goth/commit/dcd837795bb225182b7ca6a6ac86ca4e79ace5ec"><code>dcd8377</code></a> Fix yahoo user fetching (<a href="https://redirect.github.com/markbates/goth/issues/577">#577</a>)</li> <li>Additional commits viewable in <a href="https://github.com/markbates/goth/compare/v1.80.0...v1.81.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/markbates/goth&package-manager=go_modules&previous-version=1.80.0&new-version=1.81.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>
Sign in to join this conversation.
No reviewers
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
carverauto/serviceradar!1475
No description provided.