Skip to content

Commit 683717b

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.27.9 (#22315)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://redirect.github.com/cloudquery/plugin-pb-go) | `v1.27.8` → `v1.27.9` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudquery%2fplugin-pb-go/v1.27.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudquery%2fplugin-pb-go/v1.27.8/v1.27.9?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/16949) for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.27.9`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.27.9) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.27.8...v1.27.9) ##### Bug Fixes - **deps:** Update module google.golang.org/grpc to v1.79.2 ([#&#8203;615](https://redirect.github.com/cloudquery/plugin-pb-go/issues/615)) ([f6bd38c](https://redirect.github.com/cloudquery/plugin-pb-go/commit/f6bd38cdd2ad9545289df9c5ec47f895e3c7462d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
1 parent d53a44f commit 683717b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/cenkalti/backoff/v4 v4.3.0
99
github.com/cloudquery/cloudquery-api-go v1.14.8
1010
github.com/cloudquery/codegen v0.3.37
11-
github.com/cloudquery/plugin-pb-go v1.27.8
11+
github.com/cloudquery/plugin-pb-go v1.27.9
1212
github.com/cloudquery/plugin-sdk/v4 v4.94.5
1313
github.com/distribution/reference v0.6.0
1414
github.com/docker/distribution v2.8.3+incompatible

cli/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ github.com/cloudquery/codegen v0.3.37 h1:OZbMPT3LVMPsDOPOD2b5Q7njii7PrnxNa47vfPu
4848
github.com/cloudquery/codegen v0.3.37/go.mod h1:HUb5XjUyyNrcXYBq/seBjnOkO3/TidTRxiL7B8xYW2M=
4949
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
5050
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
51-
github.com/cloudquery/plugin-pb-go v1.27.8 h1:J56QeiQ2dZLu5DK1IGu//TPelWcrwtXppIkuh3OYqpA=
52-
github.com/cloudquery/plugin-pb-go v1.27.8/go.mod h1:00eLiMzgmrrD/qkVJxGWQbbUI0el3ZLs+27dSl/YOEY=
51+
github.com/cloudquery/plugin-pb-go v1.27.9 h1:LEcoNOOZSs5Sulf4L5/cd1st2pDNObGMUJzIsM85PV8=
52+
github.com/cloudquery/plugin-pb-go v1.27.9/go.mod h1:4836tAAUB7P++8K1VW1Q3tKAFGQapLWxEGEtbtPw6QA=
5353
github.com/cloudquery/plugin-sdk/v4 v4.94.5 h1:AOHgA+UDSOImvt1Szsfa85Zz+ixNdTUWEUMzSEO6zKM=
5454
github.com/cloudquery/plugin-sdk/v4 v4.94.5/go.mod h1:DXFtT+UCEr5n/f3WSce68d6mcPTa7iRRHTcjQ/OnRXQ=
5555
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=

scaffold/sourcetpl/templates/source/go.mod.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.26.0
44

55
require (
66
github.com/apache/arrow-go/v18 v18.5.2
7-
github.com/cloudquery/plugin-pb-go v1.27.8
7+
github.com/cloudquery/plugin-pb-go v1.27.9
88
github.com/cloudquery/plugin-sdk/v4 v4.94.5
99
github.com/rs/zerolog v1.34.0
1010
)

0 commit comments

Comments
 (0)