Skip to content

Commit 44c32ff

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.2 (#20008)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | patch | `v1.26.1` -> `v1.26.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.26.2`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.26.2) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.26.1...v1.26.2) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.5 ([#&#8203;454](https://togithub.com/cloudquery/plugin-pb-go/issues/454)) ([af2b7bb](https://togithub.com/cloudquery/plugin-pb-go/commit/af2b7bbff812ccc103a5e690631720ac3f967caf)) - **deps:** Update module golang.org/x/net to v0.33.0 \[SECURITY] ([#&#8203;451](https://togithub.com/cloudquery/plugin-pb-go/issues/451)) ([8dcf64d](https://togithub.com/cloudquery/plugin-pb-go/commit/8dcf64db4a87dfe247f0d412dc50ff571957819a)) - Revert "fix(deps): Update module google.golang.org/grpc to v1.69.0" ([#&#8203;455](https://togithub.com/cloudquery/plugin-pb-go/issues/455)) ([0bab84f](https://togithub.com/cloudquery/plugin-pb-go/commit/0bab84fda1cb94a511152a66d7a26cce4a2c43de)) </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://togithub.com/renovatebot/renovate).
1 parent c789257 commit 44c32ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.13.5
1010
github.com/cloudquery/codegen v0.3.21
11-
github.com/cloudquery/plugin-pb-go v1.26.1
11+
github.com/cloudquery/plugin-pb-go v1.26.2
1212
github.com/cloudquery/plugin-sdk/v4 v4.72.0
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/godebouncer v0.0.0-20230626172639-4b59d27e1b8c h1:o8Xwg6fi
4848
github.com/cloudquery/godebouncer v0.0.0-20230626172639-4b59d27e1b8c/go.mod h1:0Rxvtp9fhnRCt+k4QrpXY0OPUyyjF0zVO7wCrnsqsCU=
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.26.1 h1:Nxem7CtemqCPIKlyIApE7PB5l7mhL9MxTOgeO8RiRQI=
52-
github.com/cloudquery/plugin-pb-go v1.26.1/go.mod h1:s8ajjuqAGgmYMR1C+3fgPaWlVtBFwfo3EpxpQl98VWg=
51+
github.com/cloudquery/plugin-pb-go v1.26.2 h1:X5nAPWjnrQrtNgzIsS4qwu/IMX9QPsunsmbg24bdxcw=
52+
github.com/cloudquery/plugin-pb-go v1.26.2/go.mod h1:Kb7rFoPkREwZ3kNGpxeYR2eZA1gQmLNqvviQjjBtqMo=
5353
github.com/cloudquery/plugin-sdk/v4 v4.72.0 h1:nl4uO8xtt9sK5FvLMimjZkf3hti6uuVs2Thx8D42woc=
5454
github.com/cloudquery/plugin-sdk/v4 v4.72.0/go.mod h1:eCbtCb6Kf6zwnzOgFimAPaeegK2/FojcELDrGmzZTV4=
5555
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=

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.22.4
44

55
require (
66
github.com/apache/arrow-go/v18 v18.0.0
7-
github.com/cloudquery/plugin-pb-go v1.26.1
7+
github.com/cloudquery/plugin-pb-go v1.26.2
88
github.com/cloudquery/plugin-sdk/v4 v4.72.0
99
github.com/rs/zerolog v1.29.0
1010
)

0 commit comments

Comments
 (0)