From d1c25427d652190dd482cf0e2a494ea0d2334412 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 6 Jan 2022 21:00:42 +0100 Subject: [PATCH] chore(deps): update module google.golang.org/api to v0.64.0 (#1064) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.63.0` -> `v0.64.0` | --- ### Release Notes
googleapis/google-api-go-client ### [`v0.64.0`](https://togithub.com/googleapis/google-api-go-client/releases/v0.64.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.63.0...v0.64.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#​1384](https://www.togithub.com/googleapis/google-api-go-client/issues/1384) [#​1382](https://www.togithub.com/googleapis/google-api-go-client/issues/1382) [#​1381](https://www.togithub.com/googleapis/google-api-go-client/issues/1381) [#​1379](https://www.togithub.com/googleapis/google-api-go-client/issues/1379) [#​1378](https://www.togithub.com/googleapis/google-api-go-client/issues/1378) [#​1377](https://www.togithub.com/googleapis/google-api-go-client/issues/1377) [#​1376](https://www.togithub.com/googleapis/google-api-go-client/issues/1376) [#​1375](https://www.togithub.com/googleapis/google-api-go-client/issues/1375) [#​1374](https://www.togithub.com/googleapis/google-api-go-client/issues/1374) [#​1372](https://www.togithub.com/googleapis/google-api-go-client/issues/1372) [#​1370](https://www.togithub.com/googleapis/google-api-go-client/issues/1370) [#​1368](https://www.togithub.com/googleapis/google-api-go-client/issues/1368) [#​1366](https://www.togithub.com/googleapis/google-api-go-client/issues/1366) [#​1365](https://www.togithub.com/googleapis/google-api-go-client/issues/1365) [#​1362](https://www.togithub.com/googleapis/google-api-go-client/issues/1362) [#​1360](https://www.togithub.com/googleapis/google-api-go-client/issues/1360) [#​1356](https://www.togithub.com/googleapis/google-api-go-client/issues/1356) [#​1354](https://www.togithub.com/googleapis/google-api-go-client/issues/1354) [#​1353](https://www.togithub.com/googleapis/google-api-go-client/issues/1353) [#​1352](https://www.togithub.com/googleapis/google-api-go-client/issues/1352) [#​1351](https://www.togithub.com/googleapis/google-api-go-client/issues/1351) [#​1349](https://www.togithub.com/googleapis/google-api-go-client/issues/1349) - **transport:** remove google-c2p dependence to DirectPath ([#​1361](https://www.togithub.com/googleapis/google-api-go-client/issues/1361)) ([e84950f](https://www.github.com/googleapis/google-api-go-client/commit/e84950f3bcd523a61686c1ebc8b6b3690473e4b7)), refs [#​1283](https://www.togithub.com/googleapis/google-api-go-client/issues/1283) ##### Bug Fixes - **internal/gensupport:** check ctx in chunk retry ([#​1364](https://www.togithub.com/googleapis/google-api-go-client/issues/1364)) ([e10082d](https://www.github.com/googleapis/google-api-go-client/commit/e10082d2a7e24c66fbe83eb94f0b532882141698)) - **internal/gensupport:** Make SendRequestWithRetry check for canceled contexts twice ([#​1359](https://www.togithub.com/googleapis/google-api-go-client/issues/1359)) ([520b227](https://www.github.com/googleapis/google-api-go-client/commit/520b227a148907db521d8264e254dff1d22e0fc1)), refs [#​1358](https://www.togithub.com/googleapis/google-api-go-client/issues/1358)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/cloudsql-proxy). --- go.mod | 2 +- go.sum | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 00436c01f..fdfaef57b 100644 --- a/go.mod +++ b/go.mod @@ -15,5 +15,5 @@ require ( golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 - google.golang.org/api v0.63.0 + google.golang.org/api v0.64.0 ) diff --git a/go.sum b/go.sum index d5849a559..2f9e0ecc8 100644 --- a/go.sum +++ b/go.sum @@ -599,8 +599,9 @@ google.golang.org/api v0.55.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqiv google.golang.org/api v0.56.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE= google.golang.org/api v0.57.0/go.mod h1:dVPlbZyBo2/OjBpmvNdpn2GRm6rPy75jyU7bmhdrMgI= google.golang.org/api v0.61.0/go.mod h1:xQRti5UdCmoCEqFxcz93fTl338AVqDgyaDRuOZ3hg9I= -google.golang.org/api v0.63.0 h1:n2bqqK895ygnBpdPDYetfy23K7fJ22wsrZKCyfuRkkA= google.golang.org/api v0.63.0/go.mod h1:gs4ij2ffTRXwuzzgJl/56BdwJaA194ijkfn++9tDuPo= +google.golang.org/api v0.64.0 h1:l3pi8ncrQgB9+ncFw3A716L8lWujnXniBYbxWqqy6tE= +google.golang.org/api v0.64.0/go.mod h1:931CdxA8Rm4t6zqTFGSsgwbAEZ2+GMYurbndwSimebM= 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/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -668,8 +669,9 @@ google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0/go.mod h1:5CzLGKJ6 google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c h1:c5afAQ+F8m49fzDEIKvD7o/D350YjVseBMjtoKL1xsg= google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb h1:ZrsicilzPCS/Xr8qtBZZLpy4P9TYXAfl49ctG1/5tgw= +google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=