From 334a4d2b8f1602e82203c32bd1238734956361cc Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:15:27 +0300 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.14.1 (#336) 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 | patch | `v4.14.0` -> `v4.14.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.14.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.14.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.14.0...v4.14.1) ##### Bug Fixes - Enable Skipping of DeleteRecord tests ([#​1299](https://togithub.com/cloudquery/plugin-sdk/issues/1299)) ([5dd5739](https://togithub.com/cloudquery/plugin-sdk/commit/5dd573908f69e6d35b3e19c2ed7a5b60be583807))
--- ### 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 82aa5581..7987d0d0 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21.1 require ( github.com/apache/arrow/go/v14 v14.0.0-20230929201650-00efb06dc0de github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.14.0 + github.com/cloudquery/plugin-sdk/v4 v4.14.1 github.com/goccy/go-json v0.10.2 github.com/google/uuid v1.3.1 github.com/stretchr/testify v1.8.4 diff --git a/go.sum b/go.sum index 1fc16a33..72b952dc 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0= github.com/cloudquery/arrow/go/v14 v14.0.0-20231014001145-dbcb1498009c h1:z0ZtXvDjtohLaNHLGl25gyq7ULS0y64CayNvReJJCTc= github.com/cloudquery/arrow/go/v14 v14.0.0-20231014001145-dbcb1498009c/go.mod h1:EkHPhLB+98ANnPojOy2sUhM0rzYbPEmrtuA9v8aZp/c= -github.com/cloudquery/plugin-sdk/v4 v4.14.0 h1:FzbJ2AEeZu0A4TBKcr+In2Cs5PeLyiwIBxg8EMRbXXQ= -github.com/cloudquery/plugin-sdk/v4 v4.14.0/go.mod h1:m7UY//dEzq2b/F6wDAqU2Vd9DLfZRrMjgn4qlnOrkPY= +github.com/cloudquery/plugin-sdk/v4 v4.14.1 h1:3DG65NFRzDL84FcWnB5DujUmsonBU41wf71+kjKuRJI= +github.com/cloudquery/plugin-sdk/v4 v4.14.1/go.mod h1:m7UY//dEzq2b/F6wDAqU2Vd9DLfZRrMjgn4qlnOrkPY= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=