Skip to content

Commit c5e9f1f

Browse files
authored
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.0 (#1916)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.63.0` -> `v4.64.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.64.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.64.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.63.0...v4.64.0) ##### Features - Add `opts.SchedulerOpts()` helper to convert `plugin.SyncOptions` for scheduler ([#&#8203;1900](https://togithub.com/cloudquery/plugin-sdk/issues/1900)) ([242fb55](https://togithub.com/cloudquery/plugin-sdk/commit/242fb55088032f65e1e743dcd861b8f05d8d60ce)) - **remoteoauth:** Add `WithToken` option ([#&#8203;1898](https://togithub.com/cloudquery/plugin-sdk/issues/1898)) ([ff7a485](https://togithub.com/cloudquery/plugin-sdk/commit/ff7a485df334cdaa00f8b1a4671595d4fa3fbcdf)) - Update concurrency formula. ([#&#8203;1907](https://togithub.com/cloudquery/plugin-sdk/issues/1907)) ([adce99c](https://togithub.com/cloudquery/plugin-sdk/commit/adce99c9613131a3ef160c9127a5c0d33d33e8af)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;1903](https://togithub.com/cloudquery/plugin-sdk/issues/1903)) ([ce2a0ef](https://togithub.com/cloudquery/plugin-sdk/commit/ce2a0efa3da3d388be954030153919a5577b586f)) - **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;1908](https://togithub.com/cloudquery/plugin-sdk/issues/1908)) ([bea3b00](https://togithub.com/cloudquery/plugin-sdk/commit/bea3b00a52b65f65e564e679a202d8fbd8108712)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.4 ([#&#8203;1912](https://togithub.com/cloudquery/plugin-sdk/issues/1912)) ([c28aabe](https://togithub.com/cloudquery/plugin-sdk/commit/c28aabeb93fb23432069956d3e3b302bae8b6ed9)) - **deps:** Update module golang.org/x/oauth2 to v0.23.0 ([#&#8203;1910](https://togithub.com/cloudquery/plugin-sdk/issues/1910)) ([6fe6414](https://togithub.com/cloudquery/plugin-sdk/commit/6fe64140337ba8d5c1af795abf64318e6138bdf3)) - **deps:** Update module google.golang.org/grpc to v1.67.0 ([#&#8203;1904](https://togithub.com/cloudquery/plugin-sdk/issues/1904)) ([a349812](https://togithub.com/cloudquery/plugin-sdk/commit/a3498124b325616d085d302fc0faaffb11c77856)) - **deps:** Update opentelemetry-go monorepo ([#&#8203;1911](https://togithub.com/cloudquery/plugin-sdk/issues/1911)) ([78e05e1](https://togithub.com/cloudquery/plugin-sdk/commit/78e05e12bfcb38f675dd83dab0b8b442b6227944)) </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 d852119 commit c5e9f1f

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.0
44

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

0 commit comments

Comments
 (0)