From f9c29a842e82e6b5aee3fbb26a1c9cb83bd30926 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 9 Jul 2024 05:08:57 -0400 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.2 (#537) 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.49.1` -> `v4.49.2` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.49.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.49.2) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.49.1...v4.49.2) ##### Bug Fixes - Properly handle relational tables metrics ([#​1788](https://togithub.com/cloudquery/plugin-sdk/issues/1788)) ([ee16898](https://togithub.com/cloudquery/plugin-sdk/commit/ee168981e13ea8479d95cc0257cf582d0c275183))
--- ### 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 f2c457b..170760e 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/apache/arrow/go/v16 v16.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/codegen v0.3.17 - github.com/cloudquery/plugin-sdk/v4 v4.49.1 + github.com/cloudquery/plugin-sdk/v4 v4.49.2 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index b47b3c8..34dcbe0 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,8 @@ github.com/cloudquery/codegen v0.3.17 h1:TAuTv0thPnT3lxIlmrbC+oihq9mlEOuU6V/C36k github.com/cloudquery/codegen v0.3.17/go.mod h1:iMJkckeQSOniPJ7+Ww5oUjB9NLntwc//x2lNOyA9N6I= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.49.1 h1:g+VkMwvIrapQ8iBO70WeoE8Gtf+4XSxAhVS6cyeDPD4= -github.com/cloudquery/plugin-sdk/v4 v4.49.1/go.mod h1:vx4DG79qfEMu905MuzK1I89Dy01UKRdD4qKP8+KsHNk= +github.com/cloudquery/plugin-sdk/v4 v4.49.2 h1:6VCtQeXuKmQaKmHbNNG5PHOKGWITbOimI79QRyMPsuE= +github.com/cloudquery/plugin-sdk/v4 v4.49.2/go.mod h1:vx4DG79qfEMu905MuzK1I89Dy01UKRdD4qKP8+KsHNk= 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=