[PR #901] [MERGED] build(deps): bump google.golang.org/api from 0.93.0 to 0.94.0 #1019

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/901
Author: @dependabot[bot]
Created: 8/23/2022
Status: Merged
Merged: 8/23/2022
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/google.golang.org/api-0.94.0


📝 Commits (1)

  • d1abcf2 build(deps): bump google.golang.org/api from 0.93.0 to 0.94.0

📊 Changes

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

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -4)

📄 Description

Bumps google.golang.org/api from 0.93.0 to 0.94.0.

Release notes

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

v0.94.0

0.94.0 (2022-08-23)

Features

Bug Fixes

  • storage: *int64 instead of int64 for Age cond (#1598) (9ea025d)

Documentation

Changelog

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

0.94.0 (2022-08-23)

Features

Bug Fixes

  • storage: *int64 instead of int64 for Age cond (#1598) (9ea025d)

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 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/901 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/23/2022 **Status:** ✅ Merged **Merged:** 8/23/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.94.0` --- ### 📝 Commits (1) - [`d1abcf2`](https://github.com/fsouza/fake-gcs-server/commit/d1abcf2680db94f8f6fd74dd8a3da5c271479715) build(deps): bump google.golang.org/api from 0.93.0 to 0.94.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.93.0 to 0.94.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.94.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.93.0...v0.94.0">0.94.0</a> (2022-08-23)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> auto-regenerate discovery clients, refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1676">#1676</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1673">#1673</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1672">#1672</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1671">#1671</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1667">#1667</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> *int64 instead of int64 for Age cond (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1598">#1598</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9ea025dcfe9b67a95e08f4ec94ed4fb6a9767b8c">9ea025d</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>option:</strong> clarify behavior of WithScopes (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1670">#1670</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/07ceb9d607c85ffaa5bea97be66cf9d426ec55bb">07ceb9d</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1644">#1644</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.93.0...v0.94.0">0.94.0</a> (2022-08-23)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> auto-regenerate discovery clients, refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1676">#1676</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1673">#1673</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1672">#1672</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1671">#1671</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1667">#1667</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> *int64 instead of int64 for Age cond (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1598">#1598</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9ea025dcfe9b67a95e08f4ec94ed4fb6a9767b8c">9ea025d</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>option:</strong> clarify behavior of WithScopes (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1670">#1670</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/07ceb9d607c85ffaa5bea97be66cf9d426ec55bb">07ceb9d</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1644">#1644</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/608f87742a6d319ca6208a80707baea3e183016b"><code>608f877</code></a> chore(main): release 0.94.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1668">#1668</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/1b6dbd85c567d273fdf3585edf6e556885de49f4"><code>1b6dbd8</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1676">#1676</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c0825d4dc5f7c8a315bae39d97b744b9d8a40d35"><code>c0825d4</code></a> chore: bump version of oauth lib to latest (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1675">#1675</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/99c581190ff41cadbc6ed18240a90ca3eb3bba3c"><code>99c5811</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1673">#1673</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9ce1130d29ac603d58f35d1cb10c6aedadbb0f89"><code>9ce1130</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1672">#1672</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7158b896335d4f986ae6a3624955b5c1e7c1f51a"><code>7158b89</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1671">#1671</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/07ceb9d607c85ffaa5bea97be66cf9d426ec55bb"><code>07ceb9d</code></a> docs(option): clarify behavior of WithScopes (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1670">#1670</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9ea025dcfe9b67a95e08f4ec94ed4fb6a9767b8c"><code>9ea025d</code></a> fix(storage): *int64 instead of int64 for Age cond (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1598">#1598</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c85b3052854ebb1f95bdbcba7aebc7007c8b5ba7"><code>c85b305</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1667">#1667</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.93.0...v0.94.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.93.0&new-version=0.94.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:32:41 +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#1019
No description provided.