Skip to content

Commit 64068c1

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.16 (#21176)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://redirect.github.com/cloudquery/plugin-pb-go) | require | patch | `v1.26.15` -> `v1.26.16` | --- > [!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.16`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.26.16) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.26.15...v1.26.16) ##### Bug Fixes - **deps:** Update module github.com/apache/arrow-go/v18 to v18.4.0 ([#&#8203;520](https://redirect.github.com/cloudquery/plugin-pb-go/issues/520)) ([600ebbb](https://redirect.github.com/cloudquery/plugin-pb-go/commit/600ebbb80cdf2485e59dc1102ab8bb42b141f8e8)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.11 ([#&#8203;516](https://redirect.github.com/cloudquery/plugin-pb-go/issues/516)) ([fe8d912](https://redirect.github.com/cloudquery/plugin-pb-go/commit/fe8d9126c71b49a7c8931972044a5ea923a57b8c)) - **deps:** Update module google.golang.org/grpc to v1.74.1 ([#&#8203;519](https://redirect.github.com/cloudquery/plugin-pb-go/issues/519)) ([9e6eddb](https://redirect.github.com/cloudquery/plugin-pb-go/commit/9e6eddb24d4dbc71dce61a4e29f968aa9aaab1cb)) </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 bcf8a63 commit 64068c1

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.14.0
1010
github.com/cloudquery/codegen v0.3.31
11-
github.com/cloudquery/plugin-pb-go v1.26.15
11+
github.com/cloudquery/plugin-pb-go v1.26.16
1212
github.com/cloudquery/plugin-sdk/v4 v4.88.1
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
@@ -50,8 +50,8 @@ github.com/cloudquery/godebouncer v0.0.0-20230626172639-4b59d27e1b8c h1:o8Xwg6fi
5050
github.com/cloudquery/godebouncer v0.0.0-20230626172639-4b59d27e1b8c/go.mod h1:0Rxvtp9fhnRCt+k4QrpXY0OPUyyjF0zVO7wCrnsqsCU=
5151
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
5252
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
53-
github.com/cloudquery/plugin-pb-go v1.26.15 h1:IjKc7VhKf9t7UHNoSMuZY0KKHGp5KRkJ+dtU1iKfHc8=
54-
github.com/cloudquery/plugin-pb-go v1.26.15/go.mod h1:BtBrqB2YFsPJxoRgF9PCePtBPfA4kSzCH4DM7ajCKhA=
53+
github.com/cloudquery/plugin-pb-go v1.26.16 h1:DZ6CR4NoMYdUsQTpvmAw9Umu6IapQpfwnjoCMKeE2Z0=
54+
github.com/cloudquery/plugin-pb-go v1.26.16/go.mod h1:ehmFZC1uRxfKJu/AnkIdHyICTkSGO9WcRxep133pSiI=
5555
github.com/cloudquery/plugin-sdk/v4 v4.88.1 h1:KDdYpqCukDZuz4pYBN3MAp33xDfASgB0YD8oLTHJmQQ=
5656
github.com/cloudquery/plugin-sdk/v4 v4.88.1/go.mod h1:RI3ZGN6A3ENaFdB9sf2jOCalNpy8e+v7TDh5CmKQ6wY=
5757
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.24.5
44

55
require (
66
github.com/apache/arrow-go/v18 v18.3.1
7-
github.com/cloudquery/plugin-pb-go v1.26.15
7+
github.com/cloudquery/plugin-pb-go v1.26.16
88
github.com/cloudquery/plugin-sdk/v4 v4.88.1
99
github.com/rs/zerolog v1.33.0
1010
)

0 commit comments

Comments
 (0)