[PR #57] [MERGED] build(deps): bump google.golang.org/api from 0.7.0 to 0.8.0 #302

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

📋 Pull Request Information

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

Base: masterHead: dependabot/go_modules/google.golang.org/api-0.8.0


📝 Commits (1)

  • a4c000b build(deps): bump google.golang.org/api from 0.7.0 to 0.8.0

📊 Changes

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

View changed files

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

📄 Description

Bumps google.golang.org/api from 0.7.0 to 0.8.0.

Release notes

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

v0.8.0

  • 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.8.0

  • Various updates to autogenerated clients.

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

Commits
  • dec2ee3 all: release v0.8.0
  • 95b8ff8 all: autogenerated update (2019-08-09)
  • 7d3f77d all: standardize ResumableUpload.Upload retry with cloud.google.com/go
  • 6f39129 internal: add go1.9 to module
  • b7b1a54 all: regen
  • 2639483 all: add x-goog-api-client header to outgoing requests
  • 616965b all: autogenerated update (2019-08-05)
  • d5c5be9 all: autogenerated update (2019-08-04)
  • 4c197b2 all: autogenerated update (2019-08-02)
  • 06fc85c all: autogenerated update (2019-07-28)
  • 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)
  • 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/57 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/10/2019 **Status:** ✅ Merged **Merged:** 8/10/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.8.0` --- ### 📝 Commits (1) - [`a4c000b`](https://github.com/fsouza/fake-gcs-server/commit/a4c000b8c2f0b573eae0c6ac494b09ee385e1e05) build(deps): bump google.golang.org/api from 0.7.0 to 0.8.0 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.7.0 to 0.8.0. <details> <summary>Release notes</summary> *Sourced from [google.golang.org/api's releases](https://github.com/google/google-api-go-client/releases).* > # v0.8.0 > > - Various updates to autogenerated clients. > > _Please note:_ the release version is not indicative of an individual client's > stability or version. </details> <details> <summary>Changelog</summary> *Sourced from [google.golang.org/api's changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md).* > # v0.8.0 > > - Various updates to autogenerated clients. > > _Please note:_ the release version is not indicative of an individual client's > stability or version. </details> <details> <summary>Commits</summary> - [`dec2ee3`](https://github.com/googleapis/google-api-go-client/commit/dec2ee309f5b09fc59bc40676447c15736284d78) all: release v0.8.0 - [`95b8ff8`](https://github.com/googleapis/google-api-go-client/commit/95b8ff891e7fa2e2d396454a1b86e4afa74d2815) all: autogenerated update (2019-08-09) - [`7d3f77d`](https://github.com/googleapis/google-api-go-client/commit/7d3f77d5ace046796e7b137e4d003327668755fb) all: standardize ResumableUpload.Upload retry with cloud.google.com/go - [`6f39129`](https://github.com/googleapis/google-api-go-client/commit/6f3912904777a209e099b9dbda3ed7bcb4e25ad7) internal: add go1.9 to module - [`b7b1a54`](https://github.com/googleapis/google-api-go-client/commit/b7b1a549a9efe6c48eeb0c99cdceb7b4fbbfaf40) all: regen - [`2639483`](https://github.com/googleapis/google-api-go-client/commit/26394839807bbc7d7a34942eb43bf1241bd22a8f) all: add x-goog-api-client header to outgoing requests - [`616965b`](https://github.com/googleapis/google-api-go-client/commit/616965b2e01e93cec777c66a94f3d336baa87fc3) all: autogenerated update (2019-08-05) - [`d5c5be9`](https://github.com/googleapis/google-api-go-client/commit/d5c5be9bb17496397abf2af977cba08b7a179798) all: autogenerated update (2019-08-04) - [`4c197b2`](https://github.com/googleapis/google-api-go-client/commit/4c197b2a726769bfd12605f577c8c05ad81f8021) all: autogenerated update (2019-08-02) - [`06fc85c`](https://github.com/googleapis/google-api-go-client/commit/06fc85c7ff4e467512a7a90976394114836b85da) all: autogenerated update (2019-07-28) - Additional commits viewable in [compare view](https://github.com/google/google-api-go-client/compare/v0.7.0...v0.8.0) </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.7.0&new-version=0.8.0)](https://dependabot.com/compatibility-score.html?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.7.0&new-version=0.8.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) - 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:09 +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#302
No description provided.