From ce12a61630e9962445eed9901e08479848358433 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:24:58 +0200 Subject: [PATCH] chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.29.0 (#1502) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.28.0` -> `v4.29.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.29.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.29.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.28.0...v4.29.0) ##### Features - Introduce `PrimaryKeyComponent` ([#​1491](https://togithub.com/cloudquery/plugin-sdk/issues/1491)) ([ae4a26e](https://togithub.com/cloudquery/plugin-sdk/commit/ae4a26e627f0d9d4df86eb93fee031753044f682)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.1 ([#​1499](https://togithub.com/cloudquery/plugin-sdk/issues/1499)) ([165be4d](https://togithub.com/cloudquery/plugin-sdk/commit/165be4dd7d22019c41546940f0b4913a2536f834)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.7 ([#​1500](https://togithub.com/cloudquery/plugin-sdk/issues/1500)) ([2b98dab](https://togithub.com/cloudquery/plugin-sdk/commit/2b98daba1af1b26bd917f419a788c3a54113dd41)) - Remove access to parent tests in test suite ([#​1497](https://togithub.com/cloudquery/plugin-sdk/issues/1497)) ([63e95e7](https://togithub.com/cloudquery/plugin-sdk/commit/63e95e7b36cfc9c277e03c4fc939868e7a377da6))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- examples/simple_plugin/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_plugin/go.mod b/examples/simple_plugin/go.mod index 9393f7a2c5..1f08d1e1a1 100644 --- a/examples/simple_plugin/go.mod +++ b/examples/simple_plugin/go.mod @@ -4,7 +4,7 @@ go 1.21.1 require ( github.com/apache/arrow/go/v15 v15.0.0-20240114144300-7e703aae55c1 - github.com/cloudquery/plugin-sdk/v4 v4.28.0 + github.com/cloudquery/plugin-sdk/v4 v4.29.0 github.com/rs/zerolog v1.30.0 )