Skip to content

Commit 140b6f3

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.13 (#2196)
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.12` -> `v1.26.13` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.26.13`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.26.13) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.26.12...v1.26.13) ##### Bug Fixes - **deps:** Update module google.golang.org/grpc to v1.72.2 ([#&#8203;505](https://redirect.github.com/cloudquery/plugin-pb-go/issues/505)) ([d0161de](https://redirect.github.com/cloudquery/plugin-pb-go/commit/d0161de0ec3b71bcfff322064379b15123101005)) - **deps:** Update module google.golang.org/grpc to v1.73.0 ([#&#8203;507](https://redirect.github.com/cloudquery/plugin-pb-go/issues/507)) ([8fd4588](https://redirect.github.com/cloudquery/plugin-pb-go/commit/8fd4588b69391fbb35d507323cd2107c7d0d8d2d)) - Generate Go Code from `plugin-pb` ([#&#8203;508](https://redirect.github.com/cloudquery/plugin-pb-go/issues/508)) ([a7c294e](https://redirect.github.com/cloudquery/plugin-pb-go/commit/a7c294ec437913f3fbb91761801a6b9303adb5e1)) - Generate Go Code from `plugin-pb` ([#&#8203;509](https://redirect.github.com/cloudquery/plugin-pb-go/issues/509)) ([9cdaa50](https://redirect.github.com/cloudquery/plugin-pb-go/commit/9cdaa503017c1d524e81e3057077255f8ae5b8d2)) </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. --- - [ ] <!-- 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 d220f63 commit 140b6f3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
3333
github.com/cloudquery/cloudquery-api-go v1.13.9 // indirect
3434
github.com/cloudquery/codegen v0.3.28 // indirect
35-
github.com/cloudquery/plugin-pb-go v1.26.12 // indirect
35+
github.com/cloudquery/plugin-pb-go v1.26.13 // indirect
3636
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
3737
github.com/davecgh/go-spew v1.1.1 // indirect
3838
github.com/ghodss/yaml v1.0.0 // indirect

examples/simple_plugin/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.9 h1:XudJusEJ0+kPa2/GXoZPuphR8gTRv
5454
github.com/cloudquery/cloudquery-api-go v1.13.9/go.mod h1:ZhEjPkDGDL2KZKlQLUnsgQ0mPz3qC7qftr37q3q+IcA=
5555
github.com/cloudquery/codegen v0.3.28 h1:ppiTQDp9WKAPjQYxqfaVSRI1cUirxxDUhrnQzRcIy5M=
5656
github.com/cloudquery/codegen v0.3.28/go.mod h1:YmZITt9bM1qyddD3QS2Bke1QDD/vHRtKznjdwWrdHjw=
57-
github.com/cloudquery/plugin-pb-go v1.26.12 h1:IXixFBeKeokGjkhp8piYR+XjsuKT5frOljPPZ0VtImQ=
58-
github.com/cloudquery/plugin-pb-go v1.26.12/go.mod h1:CVC4fwf4GyGDD339Gyxbr3MqWsSBAVYFeku1quhtGik=
57+
github.com/cloudquery/plugin-pb-go v1.26.13 h1:3AuIG7QfeN//c9cxvMWH8WO+V6vPMj/tFlW9R3c5viY=
58+
github.com/cloudquery/plugin-pb-go v1.26.13/go.mod h1:tB3BdV4Trwqs/E2AxrvbJ/xw7i3B1k0tKaQgjcsfAO8=
5959
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
6060
github.com/cloudquery/plugin-sdk/v2 v2.7.0/go.mod h1:pAX6ojIW99b/Vg4CkhnsGkRIzNaVEceYMR+Bdit73ug=
6161
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
1212
github.com/cloudquery/cloudquery-api-go v1.13.9
1313
github.com/cloudquery/codegen v0.3.28
14-
github.com/cloudquery/plugin-pb-go v1.26.12
14+
github.com/cloudquery/plugin-pb-go v1.26.13
1515
github.com/cloudquery/plugin-sdk/v2 v2.7.0
1616
github.com/goccy/go-json v0.10.5
1717
github.com/golang/mock v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/cloudquery/codegen v0.3.28 h1:ppiTQDp9WKAPjQYxqfaVSRI1cUirxxDUhrnQzRc
5656
github.com/cloudquery/codegen v0.3.28/go.mod h1:YmZITt9bM1qyddD3QS2Bke1QDD/vHRtKznjdwWrdHjw=
5757
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
5858
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
59-
github.com/cloudquery/plugin-pb-go v1.26.12 h1:IXixFBeKeokGjkhp8piYR+XjsuKT5frOljPPZ0VtImQ=
60-
github.com/cloudquery/plugin-pb-go v1.26.12/go.mod h1:CVC4fwf4GyGDD339Gyxbr3MqWsSBAVYFeku1quhtGik=
59+
github.com/cloudquery/plugin-pb-go v1.26.13 h1:3AuIG7QfeN//c9cxvMWH8WO+V6vPMj/tFlW9R3c5viY=
60+
github.com/cloudquery/plugin-pb-go v1.26.13/go.mod h1:tB3BdV4Trwqs/E2AxrvbJ/xw7i3B1k0tKaQgjcsfAO8=
6161
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
6262
github.com/cloudquery/plugin-sdk/v2 v2.7.0/go.mod h1:pAX6ojIW99b/Vg4CkhnsGkRIzNaVEceYMR+Bdit73ug=
6363
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

0 commit comments

Comments
 (0)