Skip to content

Commit b281575

Browse files
authored
fix(deps): Update module github.com/cloudquery/codegen to v0.3.23 (#628)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://togithub.com/cloudquery/codegen) | require | patch | `v0.3.22` -> `v0.3.23` | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.23`](https://togithub.com/cloudquery/codegen/releases/tag/v0.3.23) [Compare Source](https://togithub.com/cloudquery/codegen/compare/v0.3.22...v0.3.23) ##### Bug Fixes - **deps:** Update dependency go to v1.23.4 ([#&#8203;235](https://togithub.com/cloudquery/codegen/issues/235)) ([2d8b0f5](https://togithub.com/cloudquery/codegen/commit/2d8b0f5b6963ab9225ca8549f192f2431fc5c490)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.1 ([#&#8203;293](https://togithub.com/cloudquery/codegen/issues/293)) ([61957a2](https://togithub.com/cloudquery/codegen/commit/61957a21a98593b7288917eacc24ee4a5bfe2d80)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.2 ([#&#8203;294](https://togithub.com/cloudquery/codegen/issues/294)) ([872275b](https://togithub.com/cloudquery/codegen/commit/872275b1265a7446a2bf4e36eedf386b50838736)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.3 ([#&#8203;295](https://togithub.com/cloudquery/codegen/issues/295)) ([8c3a8b6](https://togithub.com/cloudquery/codegen/commit/8c3a8b63aa853d9b671cac110621f3d566f825ad)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.4 ([#&#8203;296](https://togithub.com/cloudquery/codegen/issues/296)) ([f6ff6cc](https://togithub.com/cloudquery/codegen/commit/f6ff6cc15de683425ee58d9316405e19ff454adc)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.5 ([#&#8203;297](https://togithub.com/cloudquery/codegen/issues/297)) ([de966c9](https://togithub.com/cloudquery/codegen/commit/de966c9c905311c72f91bbc007241f7e9ffb3172)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.6 ([#&#8203;299](https://togithub.com/cloudquery/codegen/issues/299)) ([24c9140](https://togithub.com/cloudquery/codegen/commit/24c9140ce738b59b1bc44967cb91d211e5b9e6c0)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.73.0 ([#&#8203;300](https://togithub.com/cloudquery/codegen/issues/300)) ([6e0628e](https://togithub.com/cloudquery/codegen/commit/6e0628e13928574f5b0acd8d39d4f67272ef7a53)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.73.1 ([#&#8203;301](https://togithub.com/cloudquery/codegen/issues/301)) ([80314f0](https://togithub.com/cloudquery/codegen/commit/80314f0ad0fe2f4a90d31606974b85cd616e8286)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.73.2 ([#&#8203;302](https://togithub.com/cloudquery/codegen/issues/302)) ([d0130af](https://togithub.com/cloudquery/codegen/commit/d0130afbbb61381a2c17c1a91dcdbca00a27851a)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.73.3 ([#&#8203;303](https://togithub.com/cloudquery/codegen/issues/303)) ([b7830ba](https://togithub.com/cloudquery/codegen/commit/b7830baa49cfaf8efd4ff9903df924faed95c8c6)) - **deps:** Update module github.com/invopop/jsonschema to v0.13.0 ([#&#8203;307](https://togithub.com/cloudquery/codegen/issues/307)) ([f083a97](https://togithub.com/cloudquery/codegen/commit/f083a9707549861155399b30110bdcdd6d85ebe6)) - **deps:** Update module golang.org/x/net to v0.33.0 \[SECURITY] ([#&#8203;291](https://togithub.com/cloudquery/codegen/issues/291)) ([76fa05f](https://togithub.com/cloudquery/codegen/commit/76fa05fc8cdc9f01e6d14112cb2decf235236dcb)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 83a763c commit b281575

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.4
55
require (
66
github.com/apache/arrow-go/v18 v18.1.0
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
8-
github.com/cloudquery/codegen v0.3.22
8+
github.com/cloudquery/codegen v0.3.23
99
github.com/cloudquery/plugin-sdk/v4 v4.73.3
1010
github.com/goccy/go-json v0.10.4
1111
github.com/invopop/jsonschema v0.13.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
1818
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
1919
github.com/cloudquery/cloudquery-api-go v1.13.5 h1:DdwqrtklRpT3s1hnmyH1Ea7PWyYvCMBiqfdRVOLU6eU=
2020
github.com/cloudquery/cloudquery-api-go v1.13.5/go.mod h1:ZhEjPkDGDL2KZKlQLUnsgQ0mPz3qC7qftr37q3q+IcA=
21-
github.com/cloudquery/codegen v0.3.22 h1:lGZKZLujHgl1Q3968Ef1tpdOp55HadH5Nh/QeAMzv2s=
22-
github.com/cloudquery/codegen v0.3.22/go.mod h1:KPNjai3UunV353m3UxCRwyZIjlNdPdZ8FLJkTMSonRo=
21+
github.com/cloudquery/codegen v0.3.23 h1:nd34I1BD3qb5li8Jttg0AqzHPwThTv7vHHn1zHUHGo0=
22+
github.com/cloudquery/codegen v0.3.23/go.mod h1:KgHyHocpyWGHmnhVHyJnHpCjVClaHPgu6BaF3QAVhiQ=
2323
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
2424
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
2525
github.com/cloudquery/plugin-sdk/v4 v4.73.3 h1:7+ucMvGcuuCvXeJsgj4KJ/+WHU4dm4x1O0fol82edg0=

0 commit comments

Comments
 (0)