[PR #1096] [MERGED] build(deps): bump google.golang.org/api from 0.112.0 to 0.113.0 in /examples/go #1188

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1096
Author: @dependabot[bot]
Created: 3/15/2023
Status: Merged
Merged: 3/15/2023
Merged by: @fsouza

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


📝 Commits (1)

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

📊 Changes

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

View changed files

📝 examples/go/go.mod (+4 -4)
📝 examples/go/go.sum (+8 -8)

📄 Description

Bumps google.golang.org/api from 0.112.0 to 0.113.0.

Release notes

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

v0.113.0

0.113.0 (2023-03-15)

Features

  • all: Auto-regenerate discovery clients (#1900) (fc221ce)
  • idtoken: Add support for external_account (#1897) (64b6ee4)
  • transport: Add support for setting quota project with envvar (#1892) (63c48a6)
Changelog

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

0.113.0 (2023-03-15)

Features

  • all: Auto-regenerate discovery clients (#1900) (fc221ce)
  • idtoken: Add support for external_account (#1897) (64b6ee4)
  • transport: Add support for setting quota project with envvar (#1892) (63c48a6)
Commits
  • b8a2a5e chore(main): release 0.113.0 (#1901)
  • fc221ce feat(all): auto-regenerate discovery clients (#1900)
  • e63383f chore(all): update module google.golang.org/protobuf to v1.29.1 [SECURITY] (#...
  • 64b6ee4 feat(idtoken): add support for external_account (#1897)
  • 65cafd4 chore(all): update all (#1902)
  • 63c48a6 feat(transport): add support for setting quota project with envvar (#1892)
  • 225fa6b internal: Refactor cert logic to support OAuth2 token exchange over mTLS (#1886)
  • 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 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/1096 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/15/2023 **Status:** ✅ Merged **Merged:** 3/15/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.113.0` --- ### 📝 Commits (1) - [`e1c52ad`](https://github.com/fsouza/fake-gcs-server/commit/e1c52ad9c74a27894f8fda3bb83220f7cb240d08) build(deps): bump google.golang.org/api in /examples/go ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+4 -4) 📝 `examples/go/go.sum` (+8 -8) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.112.0 to 0.113.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.113.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.112.0...v0.113.0">0.113.0</a> (2023-03-15)</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/1900">#1900</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fc221ced8f967897a23fa585f918801c10a13b0d">fc221ce</a>)</li> <li><strong>idtoken:</strong> Add support for external_account (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1897">#1897</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/64b6ee4ccbd1b9a52eed972989e9b8117406613b">64b6ee4</a>)</li> <li><strong>transport:</strong> Add support for setting quota project with envvar (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1892">#1892</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/63c48a69a6be327f495ce18f47395989b92456a6">63c48a6</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.112.0...v0.113.0">0.113.0</a> (2023-03-15)</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/1900">#1900</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fc221ced8f967897a23fa585f918801c10a13b0d">fc221ce</a>)</li> <li><strong>idtoken:</strong> Add support for external_account (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1897">#1897</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/64b6ee4ccbd1b9a52eed972989e9b8117406613b">64b6ee4</a>)</li> <li><strong>transport:</strong> Add support for setting quota project with envvar (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1892">#1892</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/63c48a69a6be327f495ce18f47395989b92456a6">63c48a6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b8a2a5e32f9629e6cc284e3c37fa84d44dc371b9"><code>b8a2a5e</code></a> chore(main): release 0.113.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1901">#1901</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/fc221ced8f967897a23fa585f918801c10a13b0d"><code>fc221ce</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1900">#1900</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/e63383fdaed24f66077ded41437b6df35c138379"><code>e63383f</code></a> chore(all): update module google.golang.org/protobuf to v1.29.1 [SECURITY] (#...</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/64b6ee4ccbd1b9a52eed972989e9b8117406613b"><code>64b6ee4</code></a> feat(idtoken): add support for external_account (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1897">#1897</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/65cafd40905870ba0c243883be6c0e1d98f4d593"><code>65cafd4</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1902">#1902</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/63c48a69a6be327f495ce18f47395989b92456a6"><code>63c48a6</code></a> feat(transport): add support for setting quota project with envvar (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1892">#1892</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/225fa6b35451a73f8585704ebb2988572d12bcb2"><code>225fa6b</code></a> internal: Refactor cert logic to support OAuth2 token exchange over mTLS (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/1886">#1886</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.112.0...v0.113.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.112.0&new-version=0.113.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 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:33:28 +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#1188
No description provided.