Skip to content

Commit b7188f1

Browse files
authored
fix(deps): Update module github.com/cloudquery/codegen to v0.3.36 (#2403)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://redirect.github.com/cloudquery/codegen) | require | patch | `v0.3.35` -> `v0.3.36` | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.36`](https://redirect.github.com/cloudquery/codegen/releases/tag/v0.3.36) [Compare Source](https://redirect.github.com/cloudquery/codegen/compare/v0.3.35...v0.3.36) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`716be56`](https://redirect.github.com/cloudquery/codegen/commit/716be56) ([#&#8203;404](https://redirect.github.com/cloudquery/codegen/issues/404)) ([079fdf8](https://redirect.github.com/cloudquery/codegen/commit/079fdf8f74ee9d5f09cd69dc5bded09b8a7e2191)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.0 ([#&#8203;402](https://redirect.github.com/cloudquery/codegen/issues/402)) ([e2e02d9](https://redirect.github.com/cloudquery/codegen/commit/e2e02d9dbeaf22e6d0b55bc5baf1d851350d4d52)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.1 ([#&#8203;406](https://redirect.github.com/cloudquery/codegen/issues/406)) ([e77f65e](https://redirect.github.com/cloudquery/codegen/commit/e77f65e5283b1dd5fb2376a217ba31e577c703ed)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent b452813 commit b7188f1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3434
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3535
github.com/cloudquery/cloudquery-api-go v1.14.8 // indirect
36-
github.com/cloudquery/codegen v0.3.35 // indirect
36+
github.com/cloudquery/codegen v0.3.36 // indirect
3737
github.com/cloudquery/plugin-pb-go v1.27.6 // indirect
3838
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
3939
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

examples/simple_plugin/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
5656
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
5757
github.com/cloudquery/cloudquery-api-go v1.14.8 h1:iwXOQoVINrDQ69gtqBjWPSIdg7KcyLMq//FJkLxzUV4=
5858
github.com/cloudquery/cloudquery-api-go v1.14.8/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
59-
github.com/cloudquery/codegen v0.3.35 h1:gRGTz1jHwLdyxciQGzXi9QeCy+XxRKt5nHeVvJJeJ7s=
60-
github.com/cloudquery/codegen v0.3.35/go.mod h1:3OPYs+XD/W0OrtvxHyAkWNvrJphDvLVJEH48TjuYKPc=
59+
github.com/cloudquery/codegen v0.3.36 h1:ftnmdVOpV5CpTUrUIT9Zut2FWQmwj6ld7btFZC1Cswo=
60+
github.com/cloudquery/codegen v0.3.36/go.mod h1:iD9GCvSXammKBscguOZl4X5ryp3Ru3QraKN8EQUK+PM=
6161
github.com/cloudquery/plugin-pb-go v1.27.6 h1:EAhBhv6LG7zaGc59rG3oDH9YvCNk2/zpSK7DYh212ec=
6262
github.com/cloudquery/plugin-pb-go v1.27.6/go.mod h1:OEzzuG5Otg+Dfmn65EOk3Zw+EnFjJ/5OBekn8N6JBPs=
6363
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.35.6
1111
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
1212
github.com/cloudquery/cloudquery-api-go v1.14.8
13-
github.com/cloudquery/codegen v0.3.35
13+
github.com/cloudquery/codegen v0.3.36
1414
github.com/cloudquery/plugin-pb-go v1.27.6
1515
github.com/cloudquery/plugin-sdk/v2 v2.7.0
1616
github.com/getsentry/sentry-go v0.41.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
5656
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
5757
github.com/cloudquery/cloudquery-api-go v1.14.8 h1:iwXOQoVINrDQ69gtqBjWPSIdg7KcyLMq//FJkLxzUV4=
5858
github.com/cloudquery/cloudquery-api-go v1.14.8/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
59-
github.com/cloudquery/codegen v0.3.35 h1:gRGTz1jHwLdyxciQGzXi9QeCy+XxRKt5nHeVvJJeJ7s=
60-
github.com/cloudquery/codegen v0.3.35/go.mod h1:3OPYs+XD/W0OrtvxHyAkWNvrJphDvLVJEH48TjuYKPc=
59+
github.com/cloudquery/codegen v0.3.36 h1:ftnmdVOpV5CpTUrUIT9Zut2FWQmwj6ld7btFZC1Cswo=
60+
github.com/cloudquery/codegen v0.3.36/go.mod h1:iD9GCvSXammKBscguOZl4X5ryp3Ru3QraKN8EQUK+PM=
6161
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
6262
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
6363
github.com/cloudquery/plugin-pb-go v1.27.6 h1:EAhBhv6LG7zaGc59rG3oDH9YvCNk2/zpSK7DYh212ec=

0 commit comments

Comments
 (0)