Skip to content

Commit b3dde63

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.32.1 (#167)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.32.0` -> `v4.32.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.32.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.32.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.32.0...v4.32.1) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`814bf88`](https://togithub.com/cloudquery/plugin-sdk/commit/814bf88) ([#&#8203;1540](https://togithub.com/cloudquery/plugin-sdk/issues/1540)) ([e80fb24](https://togithub.com/cloudquery/plugin-sdk/commit/e80fb24ad916e84e391595ed482b4285ea5e1a9c)) - **deps:** Update google.golang.org/genproto/googleapis/api digest to [`df926f6`](https://togithub.com/cloudquery/plugin-sdk/commit/df926f6) ([#&#8203;1541](https://togithub.com/cloudquery/plugin-sdk/issues/1541)) ([9d8a3ec](https://togithub.com/cloudquery/plugin-sdk/commit/9d8a3ec5c7a4bffe3e625f148de43d71c836794d)) - **deps:** Update google.golang.org/genproto/googleapis/rpc digest to [`df926f6`](https://togithub.com/cloudquery/plugin-sdk/commit/df926f6) ([#&#8203;1543](https://togithub.com/cloudquery/plugin-sdk/issues/1543)) ([9315c16](https://togithub.com/cloudquery/plugin-sdk/commit/9315c1639e02474e97670ffb6c9b198b63aec5ef)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.1 ([#&#8203;1549](https://togithub.com/cloudquery/plugin-sdk/issues/1549)) ([3112739](https://togithub.com/cloudquery/plugin-sdk/commit/3112739d2a897b784ed85f27ee7632f5fbcb5091)) - **deps:** Update module github.com/klauspost/compress to v1.17.7 ([#&#8203;1544](https://togithub.com/cloudquery/plugin-sdk/issues/1544)) ([4e04027](https://togithub.com/cloudquery/plugin-sdk/commit/4e04027488cb1c32830d5fd14440beabf4a07500)) - **deps:** Update module github.com/klauspost/cpuid/v2 to v2.2.7 ([#&#8203;1545](https://togithub.com/cloudquery/plugin-sdk/issues/1545)) ([0fff7ed](https://togithub.com/cloudquery/plugin-sdk/commit/0fff7ed4464ac572e00eb5e0dc289e467b8e7afb)) - **deps:** Update module github.com/tdewolff/minify/v2 to v2.20.18 ([#&#8203;1546](https://togithub.com/cloudquery/plugin-sdk/issues/1546)) ([45fa641](https://togithub.com/cloudquery/plugin-sdk/commit/45fa641b50f177d2ab01298b0c14fc764464fcd7)) - **deps:** Update module github.com/ugorji/go/codec to v1.2.12 ([#&#8203;1547](https://togithub.com/cloudquery/plugin-sdk/issues/1547)) ([cd3488a](https://togithub.com/cloudquery/plugin-sdk/commit/cd3488ab730499dd513996d73987c9b86fca34c0)) - **deps:** Update module google.golang.org/grpc to v1.62.0 ([#&#8203;1550](https://togithub.com/cloudquery/plugin-sdk/issues/1550)) ([9ccec98](https://togithub.com/cloudquery/plugin-sdk/commit/9ccec989cd143e685fd7d3f66d840c2e2cb8d74b)) - **deps:** Update module google.golang.org/grpc to v1.62.0 ([#&#8203;1551](https://togithub.com/cloudquery/plugin-sdk/issues/1551)) ([d907120](https://togithub.com/cloudquery/plugin-sdk/commit/d907120661cb2ebead90c68b0f1a42767112bba3)) - MixedBatchWriter should nil the slice instead of zeroing ([#&#8203;1553](https://togithub.com/cloudquery/plugin-sdk/issues/1553)) ([f565da8](https://togithub.com/cloudquery/plugin-sdk/commit/f565da8961db0b9f88efcdaa6f083faa789de324)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 9ca53bb commit b3dde63

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
@@ -7,7 +7,7 @@ require (
77
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0
99
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
10-
github.com/cloudquery/plugin-sdk/v4 v4.32.0
10+
github.com/cloudquery/plugin-sdk/v4 v4.32.1
1111
github.com/google/go-cmp v0.6.0
1212
github.com/invopop/jsonschema v0.12.0
1313
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/cloudquery/cloudquery-api-go v1.7.5 h1:rd5OQx7qRQASEzU9c8Wopzau7GMVCG
6161
github.com/cloudquery/cloudquery-api-go v1.7.5/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
6262
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
6363
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
64-
github.com/cloudquery/plugin-sdk/v4 v4.32.0 h1:Y4aEJGhtJCW4uCg4uUAMrOSRoGgqhmPLk7L20oJTN8E=
65-
github.com/cloudquery/plugin-sdk/v4 v4.32.0/go.mod h1:Dmc2C1rRJJ44Axe//FuiDDTfqORj3SJxqkNx6jM/suA=
64+
github.com/cloudquery/plugin-sdk/v4 v4.32.1 h1:fTqzXNy79AZTl0Ng7+bX4I0G2DD0BzkdRTnoROBsgRw=
65+
github.com/cloudquery/plugin-sdk/v4 v4.32.1/go.mod h1:BjBVpyjz50HuR8jeJi+roMoFGk3T/C01aci6QxVMM08=
6666
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
6767
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
6868
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)