[PR #1641] [MERGED] Bump google.golang.org/api from 0.183.0 to 0.184.0 in /examples/go #1685

Closed
opened 2026-03-03 12:35:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1641
Author: @dependabot[bot]
Created: 6/13/2024
Status: Merged
Merged: 6/14/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 8589d7a Bump google.golang.org/api from 0.183.0 to 0.184.0 in /examples/go

📊 Changes

2 files changed (+21 additions, -21 deletions)

View changed files

📝 examples/go/go.mod (+7 -7)
📝 examples/go/go.sum (+14 -14)

📄 Description

Bumps google.golang.org/api from 0.183.0 to 0.184.0.

Release notes

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

v0.184.0

0.184.0 (2024-06-12)

Features

Bug Fixes

  • cba: Update credsNewAuth to support oauth2 over mTLS (#2610) (953f728)
Changelog

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

0.184.0 (2024-06-12)

Features

Bug Fixes

  • cba: Update credsNewAuth to support oauth2 over mTLS (#2610) (953f728)
Commits
  • 66c2e4a chore(main): release 0.184.0 (#2628)
  • 7fccba6 feat(all): auto-regenerate discovery clients (#2624)
  • 953f728 fix(cba): Update credsNewAuth to support oauth2 over mTLS (#2610)
  • ebc44d1 feat: support structpb.Struct as req/resp (#2632)
  • 56d0d59 chore: remove some nil clients (#2631)
  • e760319 chore(gensupport): merge x-goog-api-client vals into a single header (#2612)
  • bec8b5c chore(all): update all (#2630)
  • 643675b Revert "feat: regen cloudcommerceprocurement v1 from updated discovery file (...
  • 7e30ed2 feat: regen cloudcommerceprocurement v1 from updated discovery file (#2627)
  • 8a7c0e1 chore: bump auth dep (#2621)
  • 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/fsouza/fake-gcs-server/pull/1641 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/14/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.184.0` --- ### 📝 Commits (1) - [`8589d7a`](https://github.com/fsouza/fake-gcs-server/commit/8589d7aa0941dec6d895f3813a6fd4799b10d755) Bump google.golang.org/api from 0.183.0 to 0.184.0 in /examples/go ### 📊 Changes **2 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+7 -7) 📝 `examples/go/go.sum` (+14 -14) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.183.0 to 0.184.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.184.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.183.0...v0.184.0">0.184.0</a> (2024-06-12)</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/2624">#2624</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7fccba6a6fce5ebedabf5d85601779318fe5c26e">7fccba6</a>)</li> <li>Regen cloudcommerceprocurement v1 from updated discovery file (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2627">#2627</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7e30ed210c23e9eaa9d45e5dc972ecf4e00b80c6">7e30ed2</a>)</li> <li>Support structpb.Struct as req/resp (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2632">#2632</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/ebc44d15955116f5647020142005c34e6a8d1d47">ebc44d1</a>), refs <a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2601">#2601</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>cba:</strong> Update credsNewAuth to support oauth2 over mTLS (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2610">#2610</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/953f7289417d9dc6e6b5405678434073e078c90a">953f728</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.183.0...v0.184.0">0.184.0</a> (2024-06-12)</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/2624">#2624</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7fccba6a6fce5ebedabf5d85601779318fe5c26e">7fccba6</a>)</li> <li>Regen cloudcommerceprocurement v1 from updated discovery file (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2627">#2627</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7e30ed210c23e9eaa9d45e5dc972ecf4e00b80c6">7e30ed2</a>)</li> <li>Support structpb.Struct as req/resp (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2632">#2632</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/ebc44d15955116f5647020142005c34e6a8d1d47">ebc44d1</a>), refs <a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2601">#2601</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>cba:</strong> Update credsNewAuth to support oauth2 over mTLS (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2610">#2610</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/953f7289417d9dc6e6b5405678434073e078c90a">953f728</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/66c2e4ad31b2f2605d77231864d79b9dc6e60b08"><code>66c2e4a</code></a> chore(main): release 0.184.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2628">#2628</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7fccba6a6fce5ebedabf5d85601779318fe5c26e"><code>7fccba6</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2624">#2624</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/953f7289417d9dc6e6b5405678434073e078c90a"><code>953f728</code></a> fix(cba): Update credsNewAuth to support oauth2 over mTLS (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2610">#2610</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ebc44d15955116f5647020142005c34e6a8d1d47"><code>ebc44d1</code></a> feat: support structpb.Struct as req/resp (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2632">#2632</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/56d0d596b79b753530b6d158ca47791fc8d05e91"><code>56d0d59</code></a> chore: remove some nil clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2631">#2631</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/e7603197f028d034c70abba5380b15de35de7bb2"><code>e760319</code></a> chore(gensupport): merge x-goog-api-client vals into a single header (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2612">#2612</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/bec8b5cff295f737b512788da8419df7c0a33e25"><code>bec8b5c</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2630">#2630</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/643675b690e2b9f0f2cd21b861ee1e009abd51d4"><code>643675b</code></a> Revert &quot;feat: regen cloudcommerceprocurement v1 from updated discovery file (...</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7e30ed210c23e9eaa9d45e5dc972ecf4e00b80c6"><code>7e30ed2</code></a> feat: regen cloudcommerceprocurement v1 from updated discovery file (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2627">#2627</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/8a7c0e138607b1462d04aef18a9b62e2fe49914d"><code>8a7c0e1</code></a> chore: bump auth dep (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2621">#2621</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.183.0...v0.184.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.183.0&new-version=0.184.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:35:44 +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#1685
No description provided.