From 3304cd4a5d3545b93efb82e9f921cd32d97f9384 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 27 Dec 2023 23:22:34 +0200 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.23.0 (#389) 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.22.0` -> `v4.23.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.23.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.23.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.22.0...v4.23.0) ##### Features - Introduce a per resource rate limit in addition to a global resource rate limit ([2918402](https://togithub.com/cloudquery/plugin-sdk/commit/29184024a39264669b1f2e70daf2149361ef9c7f)) - Set default rate limit of `5` for `SingleResourceMaxConcurrency` and `SingleNestedTableMaxConcurrency` ([2918402](https://togithub.com/cloudquery/plugin-sdk/commit/29184024a39264669b1f2e70daf2149361ef9c7f))
--- ### 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 fa352dc8..b4efb861 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/apache/arrow/go/v15 v15.0.0-20231223155039-ec41209ea02b github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/codegen v0.3.12 - github.com/cloudquery/plugin-sdk/v4 v4.22.0 + github.com/cloudquery/plugin-sdk/v4 v4.23.0 github.com/goccy/go-json v0.10.2 github.com/google/uuid v1.4.0 github.com/invopop/jsonschema v0.12.0 diff --git a/go.sum b/go.sum index c50763a4..63cc5acf 100644 --- a/go.sum +++ b/go.sum @@ -16,8 +16,8 @@ github.com/cloudquery/codegen v0.3.12 h1:9BaYdwbMJU1HVT/BHI+ykhOhBGeXt8AjpvBiXN1 github.com/cloudquery/codegen v0.3.12/go.mod h1:utqjurr58U8uqcPJe0rZjh06i0Eq9uAPGOmyIjq/1w8= github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8= github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.22.0 h1:U/5NOPFk2jbANzn9X48Y/9ik1Fi9s4ZHpFR2L8hJqsE= -github.com/cloudquery/plugin-sdk/v4 v4.22.0/go.mod h1:7Yyl12ItaDpdiTxryCvJTPd3UukrSpRXcukv66nYrcQ= +github.com/cloudquery/plugin-sdk/v4 v4.23.0 h1:lSCM9M/UT681/gnoapWGkIqkr6Sdw0rzbAMTMf6tXGs= +github.com/cloudquery/plugin-sdk/v4 v4.23.0/go.mod h1:7Yyl12ItaDpdiTxryCvJTPd3UukrSpRXcukv66nYrcQ= 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=