[PR #92] [MERGED] build(deps): bump google.golang.org/api from 0.9.0 to 0.11.0 in /examples/go #331

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

Bumps google.golang.org/api from 0.9.0 to 0.11.0.

Release notes

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

v0.11.0

  • Various updates to autogenerated clients.

  • Module information now indicates go 1.11 as oldest supported version. As of
    October 1, 2019 versions 1.9 and 1.10 are no longer supported.

  • Removed the following APIs which are no longer available via the discovery
    service: dfareporting/v2.8, prediction/*.

  • The internal gensupport library has been relocated to the more idiomatic
    path internal/gensupport.

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

v0.10.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.11.0

  • Various updates to autogenerated clients.

  • Module information now indicates go 1.11 as oldest supported version. As of
    October 1, 2019 versions 1.9 and 1.10 are no longer supported.

  • Removed the following APIs which are no longer available via the discovery
    service: dfareporting/v2.8, prediction/*.

  • The internal gensupport library has been relocated to the more idiomatic
    path internal/gensupport.

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

v0.10.0

  • Various updates to autogenerated clients.

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

Commits
  • d7605a2 all: release v0.11.0
  • d7272b8 all: autogenerated update (2019-10-07)
  • b322630 modules: bump 1.9 to 1.11
  • 6a14984 internal: drop support for 1.9 and 1.10
  • 80203b1 all: autogenerated update (2019-09-26)
  • 99d61c9 all: autogenerated update (2019-09-24)
  • 95cebee all: autogenerated update (2019-09-23)
  • 77662f3 all: autogenerated update (2019-09-22)
  • fbd8590 all: autogenerated update (2019-09-21)
  • cf57179 all: autogenerated update (2019-09-20)
  • 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 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)
  • 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/92 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/11/2019 **Status:** ✅ Merged **Merged:** 10/11/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.11.0` --- ### 📝 Commits (1) - [`7ba9797`](https://github.com/fsouza/fake-gcs-server/commit/7ba97972364dcdc9d9fdc876dc58a39aa03d336f) build(deps): bump google.golang.org/api in /examples/go ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+2 -0) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.9.0 to 0.11.0. <details> <summary>Release notes</summary> *Sourced from [google.golang.org/api's releases](https://github.com/google/google-api-go-client/releases).* > ## v0.11.0 > * Various updates to autogenerated clients. > > * Module information now indicates go 1.11 as oldest supported version. As of > October 1, 2019 versions 1.9 and 1.10 are no longer supported. > > * Removed the following APIs which are no longer available via the discovery > service: `dfareporting/v2.8`, `prediction/*`. > > * The internal `gensupport` library has been relocated to the more idiomatic > path `internal/gensupport`. > > _Please note:_ the release version is not indicative of an individual client's > stability or version. > > ## v0.10.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.11.0 > > - Various updates to autogenerated clients. > > - Module information now indicates go 1.11 as oldest supported version. As of > October 1, 2019 versions 1.9 and 1.10 are no longer supported. > > - Removed the following APIs which are no longer available via the discovery > service: dfareporting/v2.8, prediction/*. > > - The internal gensupport library has been relocated to the more idiomatic > path internal/gensupport. > > _Please note:_ the release version is not indicative of an individual client's > stability or version. > > # v0.10.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> - [`d7605a2`](https://github.com/googleapis/google-api-go-client/commit/d7605a20bfcb4659ee2ea347b1f8f5be12b8a5b7) all: release v0.11.0 - [`d7272b8`](https://github.com/googleapis/google-api-go-client/commit/d7272b84207dfaf3e6436bd41179c2bd4691316d) all: autogenerated update (2019-10-07) - [`b322630`](https://github.com/googleapis/google-api-go-client/commit/b322630fcdf76bdf0730d6723002f817eeab138c) modules: bump 1.9 to 1.11 - [`6a14984`](https://github.com/googleapis/google-api-go-client/commit/6a149848833881cf9a0f77f7595c64550f285d87) internal: drop support for 1.9 and 1.10 - [`80203b1`](https://github.com/googleapis/google-api-go-client/commit/80203b1437e6f7dcb1cdba3ad2c7e325fdda1a9e) all: autogenerated update (2019-09-26) - [`99d61c9`](https://github.com/googleapis/google-api-go-client/commit/99d61c9f5f95c5dcbb08242b071a810d541c1c1f) all: autogenerated update (2019-09-24) - [`95cebee`](https://github.com/googleapis/google-api-go-client/commit/95cebee7ab397fda10195985d2d913a0f1669581) all: autogenerated update (2019-09-23) - [`77662f3`](https://github.com/googleapis/google-api-go-client/commit/77662f30da8106a43a67d393e4b2e9b6eefaab11) all: autogenerated update (2019-09-22) - [`fbd8590`](https://github.com/googleapis/google-api-go-client/commit/fbd8590bd1c49640b3f722f27daf16137118c87c) all: autogenerated update (2019-09-21) - [`cf57179`](https://github.com/googleapis/google-api-go-client/commit/cf57179cab9af7dfe5de060c40ffa61f12824a88) all: autogenerated update (2019-09-20) - Additional commits viewable in [compare view](https://github.com/google/google-api-go-client/compare/v0.9.0...v0.11.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.9.0&new-version=0.11.0)](https://dependabot.com/compatibility-score.html?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.9.0&new-version=0.11.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 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) - 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:29:31 +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#331
No description provided.