[PR #61] [MERGED] build(deps): bump cloud.google.com/go from 0.44.1 to 0.44.3 #305

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/61
Author: @dependabot-preview[bot]
Created: 8/14/2019
Status: Merged
Merged: 8/14/2019
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/go_modules/cloud.google.com/go-0.44.3


📝 Commits (1)

  • f2ba4b0 build(deps): bump cloud.google.com/go from 0.44.1 to 0.44.3

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+4 -0)

📄 Description

Bumps cloud.google.com/go from 0.44.1 to 0.44.3.

Release notes

Sourced from cloud.google.com/go's releases.

v0.44.3

This is an mostly-empty release that was created solely to aid in bigtable's module carve-out. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

v0.44.2

This is an mostly-empty release that was created solely to aid in bigquery's module carve-out. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

Changelog

Sourced from cloud.google.com/go's changelog.

Changes

v0.44.2

This is an empty release that was created solely to aid in bigquery's module
carve-out. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

Commits
  • ceeb313 bigtable: carve out module
  • 63c28c0 bigquery: rely on v0.44.2
  • c498a83 bigquery: carve out module
  • 9a7f354 spanner: fix parsing incorrect types/values into a time.Time
  • 56edb30 modules: tidy
  • 58adc0e pubsub: add support for Message Storage Policy on topic level
  • 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 will merge this PR once CI passes on it, as requested by @fsouza.


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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/61 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/14/2019 **Status:** ✅ Merged **Merged:** 8/14/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/cloud.google.com/go-0.44.3` --- ### 📝 Commits (1) - [`f2ba4b0`](https://github.com/fsouza/fake-gcs-server/commit/f2ba4b0280500c9ff6b3f84f49b89dc6d4687643) build(deps): bump cloud.google.com/go from 0.44.1 to 0.44.3 ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -0) </details> ### 📄 Description Bumps [cloud.google.com/go](https://github.com/GoogleCloudPlatform/gcloud-golang) from 0.44.1 to 0.44.3. <details> <summary>Release notes</summary> *Sourced from [cloud.google.com/go's releases](https://github.com/GoogleCloudPlatform/gcloud-golang/releases).* > ## v0.44.3 > This is an mostly-empty release that was created solely to aid in bigtable's module carve-out. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository. > > ## v0.44.2 > This is an mostly-empty release that was created solely to aid in bigquery's module carve-out. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository. </details> <details> <summary>Changelog</summary> *Sourced from [cloud.google.com/go's changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md).* > # Changes > > ## v0.44.2 > > This is an empty release that was created solely to aid in bigquery's module > carve-out. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository. </details> <details> <summary>Commits</summary> - [`ceeb313`](https://github.com/googleapis/google-cloud-go/commit/ceeb313ad77b789a7fa5287b36a1d127b69b7093) bigtable: carve out module - [`63c28c0`](https://github.com/googleapis/google-cloud-go/commit/63c28c0124777c34a3bca5876d3c0965ac730d3b) bigquery: rely on v0.44.2 - [`c498a83`](https://github.com/googleapis/google-cloud-go/commit/c498a8335f5bc0f6eeec5ba68bef9f242770ed4c) bigquery: carve out module - [`9a7f354`](https://github.com/googleapis/google-cloud-go/commit/9a7f3547b3e5dc2965c74d94937ddcf72f3406f2) spanner: fix parsing incorrect types/values into a time.Time - [`56edb30`](https://github.com/googleapis/google-cloud-go/commit/56edb307a3221b16b546bd8765123a53e44dbdc1) modules: tidy - [`58adc0e`](https://github.com/googleapis/google-cloud-go/commit/58adc0eae6895f575fcef17facf255079dcfc3c9) pubsub: add support for Message Storage Policy on topic level - See full diff in [compare view](https://github.com/GoogleCloudPlatform/gcloud-golang/compare/v0.44.1...v0.44.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cloud.google.com/go&package-manager=go_modules&previous-version=0.44.1&new-version=0.44.3)](https://dependabot.com/compatibility-score.html?dependency-name=cloud.google.com/go&package-manager=go_modules&previous-version=0.44.1&new-version=0.44.3) 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 will merge this PR once CI passes on it, as requested by @fsouza. [//]: # (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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </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:10:11 +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#305
No description provided.