Skip to content

Commit c025987

Browse files
authored
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.5 (#2036)
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.72.4` -> `v4.72.5` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.72.5`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.72.5) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.72.4...v4.72.5) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2032](https://togithub.com/cloudquery/plugin-sdk/issues/2032)) ([7f6fb0a](https://togithub.com/cloudquery/plugin-sdk/commit/7f6fb0a5fe726a94cad0c970c94234611efc1453)) - **deps:** Update golang.org/x/exp digest to [`b2144cd`](https://togithub.com/cloudquery/plugin-sdk/commit/b2144cd) ([#&#8203;2029](https://togithub.com/cloudquery/plugin-sdk/issues/2029)) ([f955d43](https://togithub.com/cloudquery/plugin-sdk/commit/f955d4384eb6f89af3582315824061756a5b2251)) - **deps:** Update Google Golang modules ([#&#8203;2031](https://togithub.com/cloudquery/plugin-sdk/issues/2031)) ([1da77a5](https://togithub.com/cloudquery/plugin-sdk/commit/1da77a55cc74d433bed8d3e815b80e529d66a5b5)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.3 ([#&#8203;2035](https://togithub.com/cloudquery/plugin-sdk/issues/2035)) ([310aea1](https://togithub.com/cloudquery/plugin-sdk/commit/310aea168cf7ce58cf1fa459381a32529f813458)) - **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.2.0 ([#&#8203;2033](https://togithub.com/cloudquery/plugin-sdk/issues/2033)) ([58d29b3](https://togithub.com/cloudquery/plugin-sdk/commit/58d29b3bc5a47cabd0add3ee72b44d92ee5223e6)) - **deps:** Update module google.golang.org/grpc to v1.69.0 ([#&#8203;2027](https://togithub.com/cloudquery/plugin-sdk/issues/2027)) ([8542575](https://togithub.com/cloudquery/plugin-sdk/commit/85425759ef318b73112d8e4951ce3efb4dd39831)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 60d1dc7 commit c025987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.7
44

55
require (
66
github.com/apache/arrow-go/v18 v18.0.0
7-
github.com/cloudquery/plugin-sdk/v4 v4.72.4
7+
github.com/cloudquery/plugin-sdk/v4 v4.72.5
88
github.com/rs/zerolog v1.33.0
99
)
1010

0 commit comments

Comments
 (0)