Skip to content

Commit 8c17b3e

Browse files
fix(deps): Update module github.com/cloudquery/codegen to v0.4.1 (#737)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudquery/codegen](https://redirect.github.com/cloudquery/codegen) | `v0.4.0` → `v0.4.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudquery%2fcodegen/v0.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudquery%2fcodegen/v0.4.0/v0.4.1?slim=true) | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.4.1`](https://redirect.github.com/cloudquery/codegen/releases/tag/v0.4.1) [Compare Source](https://redirect.github.com/cloudquery/codegen/compare/v0.4.0...v0.4.1) ##### Bug Fixes - **deps:** Update github.com/cloudquery/jsonschema digest to [`8dfb902`](https://redirect.github.com/cloudquery/codegen/commit/8dfb902) ([#&#8203;426](https://redirect.github.com/cloudquery/codegen/issues/426)) ([562507e](https://redirect.github.com/cloudquery/codegen/commit/562507eac27848b20e8fe0ae26d37aab6f934c02)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.95.0 ([#&#8203;422](https://redirect.github.com/cloudquery/codegen/issues/422)) ([5b312fb](https://redirect.github.com/cloudquery/codegen/commit/5b312fb7761b76599a63e5ca9d69ceeba1febc54)) - Suport cross package types when Flattening ([#&#8203;427](https://redirect.github.com/cloudquery/codegen/issues/427)) ([b79c286](https://redirect.github.com/cloudquery/codegen/commit/b79c286b8cbc28dd6e72dcaf1372221f51e72051)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 854adac commit 8c17b3e

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.26.1
55
require (
66
github.com/apache/arrow-go/v18 v18.5.2
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
8-
github.com/cloudquery/codegen v0.4.0
8+
github.com/cloudquery/codegen v0.4.1
99
github.com/cloudquery/plugin-sdk/v4 v4.95.0
1010
github.com/goccy/go-json v0.10.6
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/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
1818
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
1919
github.com/cloudquery/cloudquery-api-go v1.14.8 h1:iwXOQoVINrDQ69gtqBjWPSIdg7KcyLMq//FJkLxzUV4=
2020
github.com/cloudquery/cloudquery-api-go v1.14.8/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
21-
github.com/cloudquery/codegen v0.4.0 h1:5UWbcNd9uBVYerMeeWdYC+8IZO9l/TEMqLQUD0JYOhs=
22-
github.com/cloudquery/codegen v0.4.0/go.mod h1:DHNcqoez8nVHVPHiOnbcDR/tXdAtLJngaCu2AOFlz90=
21+
github.com/cloudquery/codegen v0.4.1 h1:c9D18N925tUvnDeGHIl3JWKj37TyII9daHufkf8hU+Y=
22+
github.com/cloudquery/codegen v0.4.1/go.mod h1:QWIOD6R1aCa+YM+th+9Qt9lZw+ztdJR9JDEMLWyazwM=
2323
github.com/cloudquery/jsonschema v0.0.0-20260327151118-8dfb902740f6 h1:5KvFfR2HlsFFSUpnjrfp0D3jv69sYV3VlxEfmBd4EL0=
2424
github.com/cloudquery/jsonschema v0.0.0-20260327151118-8dfb902740f6/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
2525
github.com/cloudquery/plugin-sdk/v4 v4.95.0 h1:r7QnJchvRypdIm2l1G9CMB6CJWJIa1vlC/b/H5EbvPI=

0 commit comments

Comments
 (0)