Skip to content

Commit 28076a7

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.3.2 (#988)
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.3.0` -> `v1.3.2` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.3.2`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.3.2) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.3.1...v1.3.2) ##### Bug Fixes - Add Schemas encoding/decoding to plugin v3 proto ([#&#8203;30](https://togithub.com/cloudquery/plugin-pb-go/issues/30)) ([a549e89](https://togithub.com/cloudquery/plugin-pb-go/commit/a549e89cb7b34e72db9d9018bf6be47b12182f3d)) ### [`v1.3.1`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.3.1) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.3.0...v1.3.1) ##### Bug Fixes - Update schema encoding/deocoding in v2 ([#&#8203;28](https://togithub.com/cloudquery/plugin-pb-go/issues/28)) ([6678004](https://togithub.com/cloudquery/plugin-pb-go/commit/66780042358299e25d0e2d30f4ecd49c15766f77)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent e1a2aec commit 28076a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/apache/arrow/go/v13 v13.0.0-20230622042343-ec413b7763fe
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
8-
github.com/cloudquery/plugin-pb-go v1.3.0
8+
github.com/cloudquery/plugin-pb-go v1.3.2
99
github.com/cloudquery/plugin-sdk/v2 v2.7.0
1010
github.com/getsentry/sentry-go v0.20.0
1111
github.com/goccy/go-json v0.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
4242
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
4343
github.com/cloudquery/arrow/go/v13 v13.0.0-20230623001532-8366a2241e66 h1:8eQrRKCk6OwCiIW43+Y10p2nkTdTATu5kqXEA7iBlg8=
4444
github.com/cloudquery/arrow/go/v13 v13.0.0-20230623001532-8366a2241e66/go.mod h1:W69eByFNO0ZR30q1/7Sr9d83zcVZmF2MiP3fFYAWJOc=
45-
github.com/cloudquery/plugin-pb-go v1.3.0 h1:eiIUavxZcp5QS73igqTm339SCnEOmBtmiHRVmko4Z4c=
46-
github.com/cloudquery/plugin-pb-go v1.3.0/go.mod h1:NbWAtT2BzJQ9+XUWwh3IKBg3MOeV9ZEpHoHNAQ/YDV8=
45+
github.com/cloudquery/plugin-pb-go v1.3.2 h1:q/REJeRr5zyyNUZMcvE43+X7hV+zjzWqLFlWWOnWbvs=
46+
github.com/cloudquery/plugin-pb-go v1.3.2/go.mod h1:NbWAtT2BzJQ9+XUWwh3IKBg3MOeV9ZEpHoHNAQ/YDV8=
4747
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
4848
github.com/cloudquery/plugin-sdk/v2 v2.7.0/go.mod h1:pAX6ojIW99b/Vg4CkhnsGkRIzNaVEceYMR+Bdit73ug=
4949
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=

0 commit comments

Comments
 (0)