From f56a85a0a3c06399ea9176505d62d5f60af23895 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:23:10 -0400 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.1 (#557) 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.53.0` -> `v4.53.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.53.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.53.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.53.0...v4.53.1) ##### Bug Fixes - Don't include non exported fields or ignored types in JSON schema ([#​1824](https://togithub.com/cloudquery/plugin-sdk/issues/1824)) ([e97f243](https://togithub.com/cloudquery/plugin-sdk/commit/e97f2439145961bbae86b09d1e2f1c4ba28af5c4))
--- ### 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 b1294b5..a6a9f0d 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/codegen v0.3.19 - github.com/cloudquery/plugin-sdk/v4 v4.53.0 + github.com/cloudquery/plugin-sdk/v4 v4.53.1 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 0362858..ecd42a7 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,8 @@ github.com/cloudquery/codegen v0.3.19 h1:DeHCWEdgiRF6PCAaVZcMujxU9/jKlSOuPutplUp github.com/cloudquery/codegen v0.3.19/go.mod h1:NCAex4htqLN/VwPlg3HwxnB7aEq8sU6UEl8c5ax0KQc= 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.53.0 h1:lVHkNt3twyVTVZ0vcBvuiqlX7//I9j4vvGfVw9zZVHU= -github.com/cloudquery/plugin-sdk/v4 v4.53.0/go.mod h1:vGa5A9r9bDqz+CnpjdNtei7HjVc8kvnOeH78CERuBrU= +github.com/cloudquery/plugin-sdk/v4 v4.53.1 h1:EadMG42ACpX59+G5LqUA/wgZitiFOHGwqcQmTAbGhRw= +github.com/cloudquery/plugin-sdk/v4 v4.53.1/go.mod h1:vGa5A9r9bDqz+CnpjdNtei7HjVc8kvnOeH78CERuBrU= 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=