From 233cf0909e477187adbc796e19fd9f8b5f3ee9e5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:35:27 +0200 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/codegen to v0.3.22 (#604) 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/codegen](https://togithub.com/cloudquery/codegen) | require | patch | `v0.3.21` -> `v0.3.22` | --- ### Release Notes
cloudquery/codegen (github.com/cloudquery/codegen) ### [`v0.3.22`](https://togithub.com/cloudquery/codegen/releases/tag/v0.3.22) [Compare Source](https://togithub.com/cloudquery/codegen/compare/v0.3.21...v0.3.22) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.71.0 ([#​287](https://togithub.com/cloudquery/codegen/issues/287)) ([bad890f](https://togithub.com/cloudquery/codegen/commit/bad890fb85896767d1156bfc27a63396ba4dfd64)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.71.1 ([#​289](https://togithub.com/cloudquery/codegen/issues/289)) ([3fd710b](https://togithub.com/cloudquery/codegen/commit/3fd710b38dc1373e3366e03a954085b88c3876c7)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.0 ([#​290](https://togithub.com/cloudquery/codegen/issues/290)) ([77e3555](https://togithub.com/cloudquery/codegen/commit/77e355518fee2e156536cd4ba6ccff8dd852cbf8))
--- ### 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 2eca714..04117f9 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.23.3 require ( github.com/apache/arrow-go/v18 v18.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/codegen v0.3.21 + github.com/cloudquery/codegen v0.3.22 github.com/cloudquery/plugin-sdk/v4 v4.72.0 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 diff --git a/go.sum b/go.sum index 7c98002..ea1a03f 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/cloudquery/cloudquery-api-go v1.13.4 h1:8xj16iU1LcN0uLUHeHhDjc5nJDtzdxan07HiVAgJz1Q= github.com/cloudquery/cloudquery-api-go v1.13.4/go.mod h1:nbc7ROHjJAnLGP306pCrpNwBCNLjUyNd5u6Y/+QsmKw= -github.com/cloudquery/codegen v0.3.21 h1:9ag/57oS90pjFhsq/abv342o7Ber+IWCOtHThIe0bFc= -github.com/cloudquery/codegen v0.3.21/go.mod h1:yeQd2PXMqQf9rvKjOW4CMZTrMMkkashX+V8wX96d6i0= +github.com/cloudquery/codegen v0.3.22 h1:lGZKZLujHgl1Q3968Ef1tpdOp55HadH5Nh/QeAMzv2s= +github.com/cloudquery/codegen v0.3.22/go.mod h1:KPNjai3UunV353m3UxCRwyZIjlNdPdZ8FLJkTMSonRo= 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.72.0 h1:nl4uO8xtt9sK5FvLMimjZkf3hti6uuVs2Thx8D42woc=