Skip to content

Commit 574b592

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.27.13 (#22353)
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.11` → `v1.27.13` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudquery%2fplugin-pb-go/v1.27.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudquery%2fplugin-pb-go/v1.27.11/v1.27.13?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/22356) for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.27.13`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.27.13) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.27.12...v1.27.13) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.9 ([#&#8203;625](https://redirect.github.com/cloudquery/plugin-pb-go/issues/625)) ([b41a2f5](https://redirect.github.com/cloudquery/plugin-pb-go/commit/b41a2f526c097f859d59da5cd0ffc4b735c0266f)) ### [`v1.27.12`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.27.12) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.27.11...v1.27.12) ##### Bug Fixes - **deps:** Update dependency go to v1.26.1 ([#&#8203;463](https://redirect.github.com/cloudquery/plugin-pb-go/issues/463)) ([43d1dea](https://redirect.github.com/cloudquery/plugin-pb-go/commit/43d1deac74f051c8adeb6ab0f0da6a8dc740cd8b)) </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 670ece4 commit 574b592

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.9
1010
github.com/cloudquery/codegen v0.4.0
11-
github.com/cloudquery/plugin-pb-go v1.27.11
11+
github.com/cloudquery/plugin-pb-go v1.27.13
1212
github.com/cloudquery/plugin-sdk/v4 v4.95.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/codegen v0.4.0 h1:5UWbcNd9uBVYerMeeWdYC+8IZO9l/TEMqLQUD0JY
4848
github.com/cloudquery/codegen v0.4.0/go.mod h1:DHNcqoez8nVHVPHiOnbcDR/tXdAtLJngaCu2AOFlz90=
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.11 h1:xsU9VJJa16l6HnXeTVtNEN9WS4sRSm2+3pttvQIRsX0=
52-
github.com/cloudquery/plugin-pb-go v1.27.11/go.mod h1:n+oMDVa/o69N8oLPafwWZWPKDgFr2Kek6eYsN9wHTL8=
51+
github.com/cloudquery/plugin-pb-go v1.27.13 h1:douXw1Q7UjAVQ8XZzjH9BbwMJ8QduMUd+v7IBj2O5mo=
52+
github.com/cloudquery/plugin-pb-go v1.27.13/go.mod h1:8I779whR/67LBaJBZWWRmM4yi83WWGmdv+5ZjlZVVNs=
5353
github.com/cloudquery/plugin-sdk/v4 v4.95.0 h1:r7QnJchvRypdIm2l1G9CMB6CJWJIa1vlC/b/H5EbvPI=
5454
github.com/cloudquery/plugin-sdk/v4 v4.95.0/go.mod h1:qwviFqLUEgZ/Owm8Dp0lnxYA3GeKML9T9F+hK70EqkA=
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.1
44

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

0 commit comments

Comments
 (0)