From 385c3b96fd6415c3acd26f6a33f0bb49f40bca7b Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:23:39 -0400 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/codegen to v0.3.18 (#547) 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.17` -> `v0.3.18` | --- ### Release Notes
cloudquery/codegen (github.com/cloudquery/codegen) ### [`v0.3.18`](https://togithub.com/cloudquery/codegen/releases/tag/v0.3.18) [Compare Source](https://togithub.com/cloudquery/codegen/compare/v0.3.17...v0.3.18) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.1 ([#​236](https://togithub.com/cloudquery/codegen/issues/236)) ([3da7787](https://togithub.com/cloudquery/codegen/commit/3da778708dc4ffd53fc7b9afcef15916c49e82c0)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.2 ([#​238](https://togithub.com/cloudquery/codegen/issues/238)) ([f212088](https://togithub.com/cloudquery/codegen/commit/f212088516c5f267d6c9e87aa258b2a0e6e2a5e9)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 ([#​239](https://togithub.com/cloudquery/codegen/issues/239)) ([c434c23](https://togithub.com/cloudquery/codegen/commit/c434c235082b0b1ebd1d956cae2041f19e2e18ce)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.50.1 ([#​240](https://togithub.com/cloudquery/codegen/issues/240)) ([494674f](https://togithub.com/cloudquery/codegen/commit/494674f2f8dc9d503e0cafd18cba7dbfe4c83088))
--- ### 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 fa19aba..7437a2b 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21.11 require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/codegen v0.3.17 + github.com/cloudquery/codegen v0.3.18 github.com/cloudquery/plugin-sdk/v4 v4.50.1 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 diff --git a/go.sum b/go.sum index f4c1b3e..a569a83 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.12.3 h1:JhW6o60JBrshXb59Omsv0DGckcmKd6TA+ytPBqhFGcY= github.com/cloudquery/cloudquery-api-go v1.12.3/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= -github.com/cloudquery/codegen v0.3.17 h1:TAuTv0thPnT3lxIlmrbC+oihq9mlEOuU6V/C36kUnzo= -github.com/cloudquery/codegen v0.3.17/go.mod h1:iMJkckeQSOniPJ7+Ww5oUjB9NLntwc//x2lNOyA9N6I= +github.com/cloudquery/codegen v0.3.18 h1:XBAWkplSucWoSeU5nNWsSezVD3iYeKD3O9/f1vHrz4g= +github.com/cloudquery/codegen v0.3.18/go.mod h1:WT4VyvOf4HQdvz+ca3orArSLpndJeA2+vpdNLPDzVFs= 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.50.1 h1:YvaIuiOQGRbky3WZ7DUxLzggWYNK8r0TSqiMy+W+ZYc=