From 17e53d8b80173738f90226aed8a1166c7e06c3ef Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 27 Nov 2024 01:14:22 +0100 Subject: [PATCH] fix(deps): update module google.golang.org/api to v0.209.0 (#2907) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.207.0` -> `v0.209.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.209.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.209.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.207.0/v0.209.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.207.0/v0.209.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/google-api-go-client (google.golang.org/api) ### [`v0.209.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.209.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.208.0...v0.209.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2883](https://redirect.github.com/googleapis/google-api-go-client/issues/2883)) ([0b83533](https://redirect.github.com/googleapis/google-api-go-client/commit/0b8353371f75d5f3645a3fe6b91cdf004566fa4a)) ### [`v0.208.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.208.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.207.0...v0.208.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2881](https://redirect.github.com/googleapis/google-api-go-client/issues/2881)) ([44435a9](https://redirect.github.com/googleapis/google-api-go-client/commit/44435a9a91048abc5776051221ce9e64b75f5734)) - **gensupport:** Per-chunk transfer timeout configs ([09fa125](https://redirect.github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e)) - **gensupport:** Per-chunk transfer timeout configs ([#​2865](https://redirect.github.com/googleapis/google-api-go-client/issues/2865)) ([09fa125](https://redirect.github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). --- docker/indexer/go.mod | 2 +- docker/indexer/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/indexer/go.mod b/docker/indexer/go.mod index 4ee811c101b..ddb928d2942 100644 --- a/docker/indexer/go.mod +++ b/docker/indexer/go.mod @@ -10,7 +10,7 @@ require ( github.com/golang/glog v1.2.3 github.com/google/go-cmp v0.6.0 golang.org/x/sync v0.9.0 - google.golang.org/api v0.207.0 + google.golang.org/api v0.209.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/docker/indexer/go.sum b/docker/indexer/go.sum index 96bb2f982d2..da9a668a5a5 100644 --- a/docker/indexer/go.sum +++ b/docker/indexer/go.sum @@ -284,8 +284,8 @@ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/api v0.207.0 h1:Fvt6IGCYjf7YLcQ+GCegeAI2QSQCfIWhRkmrMPj3JRM= -google.golang.org/api v0.207.0/go.mod h1:I53S168Yr/PNDNMi5yPnDc0/LGRZO6o7PoEbl/HY3CM= +google.golang.org/api v0.209.0 h1:Ja2OXNlyRlWCWu8o+GgI4yUn/wz9h/5ZfFbKz+dQX+w= +google.golang.org/api v0.209.0/go.mod h1:I53S168Yr/PNDNMi5yPnDc0/LGRZO6o7PoEbl/HY3CM= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=