[PR #1332] [CLOSED] build(deps): bump google.golang.org/api from 0.138.0 to 0.141.0 in /examples/go #1396

Closed
opened 2026-03-03 12:34:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1332
Author: @dependabot[bot]
Created: 9/19/2023
Status: Closed

Base: mainHead: dependabot/go_modules/examples/go/google.golang.org/api-0.141.0


📝 Commits (1)

  • aaf89c2 build(deps): bump google.golang.org/api in /examples/go

📊 Changes

2 files changed (+27 additions, -80 deletions)

View changed files

📝 examples/go/go.mod (+9 -9)
📝 examples/go/go.sum (+18 -71)

📄 Description

Bumps google.golang.org/api from 0.138.0 to 0.141.0.

Release notes

Sourced from google.golang.org/api's releases.

v0.141.0

0.141.0 (2023-09-14)

Features

  • all: Auto-regenerate discovery clients (#2155) (9a84e80)
  • all: Auto-regenerate discovery clients (#2159) (2b846e5)
  • all: Auto-regenerate discovery clients (#2160) (124e36e)
  • idtoken: Add ParsePayload returning unvalidated token payload (#2136) (d541d8e)

Bug Fixes

  • transport: Remove conditional App Engine gen 1 Go hooks (#2158) (c2fa93e), refs #2128

v0.140.0

0.140.0 (2023-09-11)

Features

v0.139.0

0.139.0 (2023-09-08)

Features

Documentation

Changelog

Sourced from google.golang.org/api's changelog.

0.141.0 (2023-09-14)

Features

  • all: Auto-regenerate discovery clients (#2155) (9a84e80)
  • all: Auto-regenerate discovery clients (#2159) (2b846e5)
  • all: Auto-regenerate discovery clients (#2160) (124e36e)
  • idtoken: Add ParsePayload returning unvalidated token payload (#2136) (d541d8e)

Bug Fixes

  • transport: Remove conditional App Engine gen 1 Go hooks (#2158) (c2fa93e), refs #2128

0.140.0 (2023-09-11)

Features

0.139.0 (2023-09-08)

Features

Documentation

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)

🔄 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/fsouza/fake-gcs-server/pull/1332 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/19/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.141.0` --- ### 📝 Commits (1) - [`aaf89c2`](https://github.com/fsouza/fake-gcs-server/commit/aaf89c288618d9961867b0d571aacdfbfbe3e9d4) build(deps): bump google.golang.org/api in /examples/go ### 📊 Changes **2 files changed** (+27 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+9 -9) 📝 `examples/go/go.sum` (+18 -71) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.138.0 to 0.141.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.141.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.140.0...v0.141.0">0.141.0</a> (2023-09-14)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2155">#2155</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9a84e802e0a0bb8424950cdf2bcad83a90999496">9a84e80</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2159">#2159</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2b846e55cfdffb0e5e100f5d75f06691fdb7d845">2b846e5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2160">#2160</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/124e36ed4056ec913dc30ace452277d20a0e059c">124e36e</a>)</li> <li><strong>idtoken:</strong> Add ParsePayload returning unvalidated token payload (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2136">#2136</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d541d8e4f6699db6216a0aeee5a7a5c23ed8a3b7">d541d8e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport:</strong> Remove conditional App Engine gen 1 Go hooks (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2158">#2158</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c2fa93e001e9c6b60c17ac35161e6bdff0b2873e">c2fa93e</a>), refs <a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2128">#2128</a></li> </ul> <h2>v0.140.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.139.0...v0.140.0">0.140.0</a> (2023-09-11)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2144">#2144</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/aded622e1588af20443988563f91a493322e3b02">aded622</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2148">#2148</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b6072d62905abf4b0f2386ce81ea85db4a51f7a2">b6072d6</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2149">#2149</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/161e093a56763c64c9e0b16ee1940dc6969d1ead">161e093</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2150">#2150</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/1038447595fb8c1e1db8cb526084163a8dd786db">1038447</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2152">#2152</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/1183ccf873b0f4e09e896d31a4d8ec7ad6f2ef1b">1183ccf</a>)</li> </ul> <h2>v0.139.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.138.0...v0.139.0">0.139.0</a> (2023-09-08)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2120">#2120</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fd53dcead5d0eda81cfcd480ed1263c668e30510">fd53dce</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2142">#2142</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/8e1c21a164e10b3fe3c94d47c637e9a236c5aa09">8e1c21a</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Point more users forward (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2126">#2126</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/62d88ff7c06b828324b3cf5fd004cdf75838f496">62d88ff</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.140.0...v0.141.0">0.141.0</a> (2023-09-14)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2155">#2155</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9a84e802e0a0bb8424950cdf2bcad83a90999496">9a84e80</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2159">#2159</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2b846e55cfdffb0e5e100f5d75f06691fdb7d845">2b846e5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2160">#2160</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/124e36ed4056ec913dc30ace452277d20a0e059c">124e36e</a>)</li> <li><strong>idtoken:</strong> Add ParsePayload returning unvalidated token payload (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2136">#2136</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d541d8e4f6699db6216a0aeee5a7a5c23ed8a3b7">d541d8e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport:</strong> Remove conditional App Engine gen 1 Go hooks (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2158">#2158</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c2fa93e001e9c6b60c17ac35161e6bdff0b2873e">c2fa93e</a>), refs <a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2128">#2128</a></li> </ul> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.139.0...v0.140.0">0.140.0</a> (2023-09-11)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2144">#2144</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/aded622e1588af20443988563f91a493322e3b02">aded622</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2148">#2148</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b6072d62905abf4b0f2386ce81ea85db4a51f7a2">b6072d6</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2149">#2149</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/161e093a56763c64c9e0b16ee1940dc6969d1ead">161e093</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2150">#2150</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/1038447595fb8c1e1db8cb526084163a8dd786db">1038447</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2152">#2152</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/1183ccf873b0f4e09e896d31a4d8ec7ad6f2ef1b">1183ccf</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.138.0...v0.139.0">0.139.0</a> (2023-09-08)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2120">#2120</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fd53dcead5d0eda81cfcd480ed1263c668e30510">fd53dce</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2142">#2142</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/8e1c21a164e10b3fe3c94d47c637e9a236c5aa09">8e1c21a</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Point more users forward (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2126">#2126</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/62d88ff7c06b828324b3cf5fd004cdf75838f496">62d88ff</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c3d417dc8dfba9ad5e73e35a53e6dd78d735d8ec"><code>c3d417d</code></a> chore(main): release 0.141.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2156">#2156</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d541d8e4f6699db6216a0aeee5a7a5c23ed8a3b7"><code>d541d8e</code></a> feat(idtoken): add ParsePayload returning unvalidated token payload (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2136">#2136</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/124e36ed4056ec913dc30ace452277d20a0e059c"><code>124e36e</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2160">#2160</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2b846e55cfdffb0e5e100f5d75f06691fdb7d845"><code>2b846e5</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2159">#2159</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c2fa93e001e9c6b60c17ac35161e6bdff0b2873e"><code>c2fa93e</code></a> fix(transport): remove conditional App Engine gen 1 Go hooks (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2158">#2158</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2114d8d30d30a219a8306ca69b4a2c6f97f68661"><code>2114d8d</code></a> chore: remove misleading docs for credentialsFromJSON JWT path (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2141">#2141</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9a84e802e0a0bb8424950cdf2bcad83a90999496"><code>9a84e80</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2155">#2155</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/77cbf8b40e5cc48333a7a19fbc39cbbb0736bc30"><code>77cbf8b</code></a> chore(main): release 0.140.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2145">#2145</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/488068e7677929944a213aa1bd28304258bda4eb"><code>488068e</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2134">#2134</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/009ec6def26a050426d4edf5c92835f54c36f35b"><code>009ec6d</code></a> chore(deps): temporarily ignore grpc dep (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2154">#2154</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.138.0...v0.141.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.138.0&new-version=0.141.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-03 12:34:24 +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/fake-gcs-server#1396
No description provided.