[PR #233] [MERGED] build(deps): bump google.golang.org/api from 0.22.0 to 0.23.0 in /examples/go #444

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/233
Author: @dependabot-preview[bot]
Created: 5/5/2020
Status: Merged
Merged: 5/5/2020
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/go_modules/examples/go/google.golang.org/api-0.23.0


📝 Commits (1)

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

📊 Changes

2 files changed (+24 additions, -1 deletions)

View changed files

📝 examples/go/go.mod (+1 -1)
📝 examples/go/go.sum (+23 -0)

📄 Description

Bumps google.golang.org/api from 0.22.0 to 0.23.0.

Release notes

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

v0.23.0

  • apigee:
    • Re-enable generation of this client.
  • compute:
    • Make Id a on ExternalVpnGateway a pointer type.
  • idtoken:
    • Add new package to support making requests with and validating Google ID tokens.
  • slides:
    • Make int values of Range optional.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's stability or version.

Changelog

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

v0.23.0

Changes

  • apigee:
    • Re-enable generation of this client.
  • compute:
    • Make Id a on ExternalVpnGateway a pointer type.
  • idtoken:
    • Add new package to support making requests with and validating Google ID tokens.
  • slides:
    • Make int values of Range optional.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's stability or version.

Commits
  • 14f6709 all: release v0.23.0
  • 737e99c sql: re-deprecate client
  • 7a1f561 all: autogenerated update (2020-05-04)
  • d3b14d9 all: autogenerated update (2020-05-03)
  • 84ab38b all: only update clients if revision pulled is newer
  • 0de04d1 all: autogenerated update (2020-05-01)
  • 6aab592 customsearch: update custom search and stop generation temporarily
  • ac9be1f apigee: re-enable generation
  • 429e7e9 idtoken: support using ID Tokens
  • 2b01019 all: autogenerated update (2020-04-27)
  • Additional commits viewable 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/233 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/5/2020 **Status:** ✅ Merged **Merged:** 5/5/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.23.0` --- ### 📝 Commits (1) - [`9e62f0a`](https://github.com/fsouza/fake-gcs-server/commit/9e62f0a24254290b7b228bf67f18f7b0166ed8ad) build(deps): bump google.golang.org/api in /examples/go ### 📊 Changes **2 files changed** (+24 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+23 -0) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.22.0 to 0.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.23.0</h2> <ul> <li>apigee: <ul> <li>Re-enable generation of this client.</li> </ul> </li> <li>compute: <ul> <li>Make Id a on ExternalVpnGateway a pointer type.</li> </ul> </li> <li>idtoken: <ul> <li>Add new package to support making requests with and validating Google ID tokens.</li> </ul> </li> <li>slides: <ul> <li>Make int values of Range optional.</li> </ul> </li> <li>Various updates to autogenerated clients.</li> </ul> <p><em>Please note:</em> the release version is not indicative of an individual client's stability or version.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h1>v0.23.0</h1> <h2>Changes</h2> <ul> <li>apigee: <ul> <li>Re-enable generation of this client.</li> </ul> </li> <li>compute: <ul> <li>Make Id a on ExternalVpnGateway a pointer type.</li> </ul> </li> <li>idtoken: <ul> <li>Add new package to support making requests with and validating Google ID tokens.</li> </ul> </li> <li>slides: <ul> <li>Make int values of Range optional.</li> </ul> </li> <li>Various updates to autogenerated clients.</li> </ul> <p><em>Please note:</em> the release version is not indicative of an individual client's stability or version.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/14f6709d501ea0b1be187c0b14437aa38bee7619"><code>14f6709</code></a> all: release v0.23.0</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/737e99c84bdb89e9cf2d1dc2157ca3cfd20ff3bd"><code>737e99c</code></a> sql: re-deprecate client</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7a1f561efc4559a290276e1b91e95111ffc95a3f"><code>7a1f561</code></a> all: autogenerated update (2020-05-04)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d3b14d9caebb40ac8d595a5bc01ad99feaa4fdf6"><code>d3b14d9</code></a> all: autogenerated update (2020-05-03)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/84ab38b9a2f468c769da697a20b78c433e65eb13"><code>84ab38b</code></a> all: only update clients if revision pulled is newer</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/0de04d1a9991c733942f6ab6dade32d859e0225a"><code>0de04d1</code></a> all: autogenerated update (2020-05-01)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6aab592e70d94bacab7c059c5d8ca5f7afc3fb61"><code>6aab592</code></a> customsearch: update custom search and stop generation temporarily</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ac9be1f8f530b062691cca7d1e7c474accbc3b90"><code>ac9be1f</code></a> apigee: re-enable generation</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/429e7e93c77a1a848a951c9335fd89c230c79f2f"><code>429e7e9</code></a> idtoken: support using ID Tokens</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2b01019d6501b6648ced21db7754bbb798faa04c"><code>2b01019</code></a> all: autogenerated update (2020-04-27)</li> <li>Additional commits viewable in <a href="https://github.com/google/google-api-go-client/compare/v0.22.0...v0.23.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.22.0&new-version=0.23.0)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.22.0&new-version=0.23.0) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:30:03 +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#444
No description provided.