From 2866fa05ddd0f710bc7b4e507d675a7b3885f8c6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:01:37 +0200 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.34.0 (#60) 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](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.33.1` -> `v1.34.0` | --- ### Release Notes
cloudquery/plugin-sdk ### [`v1.34.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.34.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.33.1...v1.34.0) ##### Features - Add skip_dependent_tables option ([#​662](https://togithub.com/cloudquery/plugin-sdk/issues/662)) ([bf34943](https://togithub.com/cloudquery/plugin-sdk/commit/bf349439b419b79d833a85d52073592d6ef3ba3a)) ##### Bug Fixes - **logging:** Log more explicit message when OOM and other status codes occur ([#​659](https://togithub.com/cloudquery/plugin-sdk/issues/659)) ([45c637b](https://togithub.com/cloudquery/plugin-sdk/commit/45c637b1127ed16ce39a471142427d19fb28fe0c)) - **logging:** Send more info logs when plugins are being terminated ([#​657](https://togithub.com/cloudquery/plugin-sdk/issues/657)) ([6f44e1c](https://togithub.com/cloudquery/plugin-sdk/commit/6f44e1c597b5ca2a31e21bd099c1f556d21bf2cf)) - Remove unused `OnlyIncrementalTables` spec property ([#​661](https://togithub.com/cloudquery/plugin-sdk/issues/661)) ([f88ba7d](https://togithub.com/cloudquery/plugin-sdk/commit/f88ba7d55d7644cd37a44a64719ba705e9878456)) - Trap terminate signal, log which signal we received ([#​658](https://togithub.com/cloudquery/plugin-sdk/issues/658)) ([bb39830](https://togithub.com/cloudquery/plugin-sdk/commit/bb39830ff9bde75e409967f85f85f95d8919672a))
--- ### 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). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8b83e998..1ef5626c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/cloudquery/filetypes go 1.19 require ( - github.com/cloudquery/plugin-sdk v1.33.1 + github.com/cloudquery/plugin-sdk v1.34.0 github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.8.1 diff --git a/go.sum b/go.sum index 8ace9ad9..c9807837 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/cloudquery/plugin-sdk v1.33.1 h1:prJnyU1xRXgGfAvS8FalDhV9cF1bbRLLjBYFyTb66CQ= -github.com/cloudquery/plugin-sdk v1.33.1/go.mod h1:WUK0mcxmcWUBs8twi4uL8x6LDnLlOi0OU8G/ce2uuZk= +github.com/cloudquery/plugin-sdk v1.34.0 h1:+vS+Tn1ygaXe8ZpVFbLlUVCjY06mvnO1Ic/iLvSGLjA= +github.com/cloudquery/plugin-sdk v1.34.0/go.mod h1:WUK0mcxmcWUBs8twi4uL8x6LDnLlOi0OU8G/ce2uuZk= github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=