Skip to content

Commit fdf115c

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.27 (#21641)
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.26` -> `v1.26.27` | --- > [!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.27`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.26.27) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.26.26...v1.26.27) ##### Bug Fixes - Fallback to cached plugin in case docker plugin check fails ([#&#8203;571](https://redirect.github.com/cloudquery/plugin-pb-go/issues/571)) ([1032497](https://redirect.github.com/cloudquery/plugin-pb-go/commit/1032497544e731ab2721502767d25b1ee646c2b4)) </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. --- - [x] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent b752cfa commit fdf115c

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.5
1010
github.com/cloudquery/codegen v0.3.33
11-
github.com/cloudquery/plugin-pb-go v1.26.26
11+
github.com/cloudquery/plugin-pb-go v1.26.27
1212
github.com/cloudquery/plugin-sdk/v4 v4.92.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
@@ -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.26 h1:5Nw9ecqGECmg1Ox1u6Ul2yGOZL6rF607osTyRA5QI70=
54-
github.com/cloudquery/plugin-pb-go v1.26.26/go.mod h1:JzJinW8fo0oJhiFhLWL2m+Sss8TruYkh4g+5AMrit9w=
53+
github.com/cloudquery/plugin-pb-go v1.26.27 h1:zEzbm5J4x9zkFlCYDwZV0f7iVCVXtJt1uRPiUL2sSgw=
54+
github.com/cloudquery/plugin-pb-go v1.26.27/go.mod h1:JzJinW8fo0oJhiFhLWL2m+Sss8TruYkh4g+5AMrit9w=
5555
github.com/cloudquery/plugin-sdk/v4 v4.92.0 h1:ZKsrxfBoB14WHlz98P5JvelWMr/sozI8vZ5cbQdmd+g=
5656
github.com/cloudquery/plugin-sdk/v4 v4.92.0/go.mod h1:8lBmb3NEXjX7aXr0JXM6kUXdNkCePTAsLNS4IRrNtqE=
5757
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.25.4
44

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

0 commit comments

Comments
 (0)