Skip to content

Commit 7a64b2d

Browse files
authored
fix(deps): Update module github.com/cloudquery/codegen to v0.3.32 (#2288)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://redirect.github.com/cloudquery/codegen) | require | patch | `v0.3.31` -> `v0.3.32` | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.32`](https://redirect.github.com/cloudquery/codegen/releases/tag/v0.3.32) [Compare Source](https://redirect.github.com/cloudquery/codegen/compare/v0.3.31...v0.3.32) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`645b1fa`](https://redirect.github.com/cloudquery/codegen/commit/645b1fa) ([#&#8203;367](https://redirect.github.com/cloudquery/codegen/issues/367)) ([b08f3ba](https://redirect.github.com/cloudquery/codegen/commit/b08f3ba16eab148e03db338938af6f938493233a)) - **deps:** Update golang.org/x/exp digest to [`8b4c13b`](https://redirect.github.com/cloudquery/codegen/commit/8b4c13b) ([#&#8203;372](https://redirect.github.com/cloudquery/codegen/issues/372)) ([449fc02](https://redirect.github.com/cloudquery/codegen/commit/449fc024744cd3c1cdb74c4d94bc89aa094f2d15)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.2 ([#&#8203;360](https://redirect.github.com/cloudquery/codegen/issues/360)) ([55d36fc](https://redirect.github.com/cloudquery/codegen/commit/55d36fcfde7af9b4808cdd678b10113067a1adb5)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.3 ([#&#8203;362](https://redirect.github.com/cloudquery/codegen/issues/362)) ([45ff30b](https://redirect.github.com/cloudquery/codegen/commit/45ff30b1ce56a6a86cff6535ad207fc2c93efe79)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.4 ([#&#8203;364](https://redirect.github.com/cloudquery/codegen/issues/364)) ([c31464c](https://redirect.github.com/cloudquery/codegen/commit/c31464cb884c92ea7a5f18096667adec19b82831)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.0 ([#&#8203;365](https://redirect.github.com/cloudquery/codegen/issues/365)) ([883fc61](https://redirect.github.com/cloudquery/codegen/commit/883fc61feb7add9d98468e7f5ea17f8b7a7f5708)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.1 ([#&#8203;366](https://redirect.github.com/cloudquery/codegen/issues/366)) ([b1d387a](https://redirect.github.com/cloudquery/codegen/commit/b1d387a204bbddf5a44f7813036d37570eb3fa0c)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.89.0 ([#&#8203;371](https://redirect.github.com/cloudquery/codegen/issues/371)) ([87ae2ac](https://redirect.github.com/cloudquery/codegen/commit/87ae2ac474867e94c79edc5b7d72c5dfddea28c4)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.89.1 ([#&#8203;376](https://redirect.github.com/cloudquery/codegen/issues/376)) ([a249ef5](https://redirect.github.com/cloudquery/codegen/commit/a249ef576c03672a381f4c87db4e657f0d363bbb)) - **deps:** Update module github.com/stretchr/testify to v1.11.0 ([#&#8203;374](https://redirect.github.com/cloudquery/codegen/issues/374)) ([a804a0f](https://redirect.github.com/cloudquery/codegen/commit/a804a0fefdf41e5f805875619401a251311c8f51)) </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 b9e9c4c commit 7a64b2d

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
@@ -31,7 +31,7 @@ require (
3131
github.com/buger/jsonparser v1.1.1 // indirect
3232
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
3333
github.com/cloudquery/cloudquery-api-go v1.14.4 // indirect
34-
github.com/cloudquery/codegen v0.3.31 // indirect
34+
github.com/cloudquery/codegen v0.3.32 // indirect
3535
github.com/cloudquery/plugin-pb-go v1.26.18 // indirect
3636
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
3737
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
@@ -52,8 +52,8 @@ github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7
5252
github.com/cenkalti/backoff/v5 v5.0.2/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
5353
github.com/cloudquery/cloudquery-api-go v1.14.4 h1:2uq0mNM58SGyX+vuCwqG9aeJXMbkxy5XXdnRT+YHAiA=
5454
github.com/cloudquery/cloudquery-api-go v1.14.4/go.mod h1:KMcMIaX4l3C2QGHzlqeV7Ac9thX7L/sWXMM5wEmcKZI=
55-
github.com/cloudquery/codegen v0.3.31 h1:YDqokUyWSECewoaISY4D2iIpFRTDnPtWmQOFgaQ60c0=
56-
github.com/cloudquery/codegen v0.3.31/go.mod h1:vU4G8lqQUPHF9ooUQY0RVbbjMPOD/6uqJDgMXfSgK8M=
55+
github.com/cloudquery/codegen v0.3.32 h1:pvl2n8HZE0CUJkEVQLb65zfYq9EbMVjUTMmOwkwAHbA=
56+
github.com/cloudquery/codegen v0.3.32/go.mod h1:nUpACl6nXXmk/LanBX0gNYBY4/CE1JMgnT+5sPQMkb4=
5757
github.com/cloudquery/plugin-pb-go v1.26.18 h1:IFr4F7e1Fk5P5eBKjchP+lLAyHJhbqxsC8nJQFzLZOI=
5858
github.com/cloudquery/plugin-pb-go v1.26.18/go.mod h1:qwwI7ybhfuUUqIFlfCaeQJ/hydn5OxbWaLnIb63ldZk=
5959
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.33.5
1111
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
1212
github.com/cloudquery/cloudquery-api-go v1.14.4
13-
github.com/cloudquery/codegen v0.3.31
13+
github.com/cloudquery/codegen v0.3.32
1414
github.com/cloudquery/plugin-pb-go v1.26.18
1515
github.com/cloudquery/plugin-sdk/v2 v2.7.0
1616
github.com/goccy/go-json v0.10.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7
5252
github.com/cenkalti/backoff/v5 v5.0.2/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
5353
github.com/cloudquery/cloudquery-api-go v1.14.4 h1:2uq0mNM58SGyX+vuCwqG9aeJXMbkxy5XXdnRT+YHAiA=
5454
github.com/cloudquery/cloudquery-api-go v1.14.4/go.mod h1:KMcMIaX4l3C2QGHzlqeV7Ac9thX7L/sWXMM5wEmcKZI=
55-
github.com/cloudquery/codegen v0.3.31 h1:YDqokUyWSECewoaISY4D2iIpFRTDnPtWmQOFgaQ60c0=
56-
github.com/cloudquery/codegen v0.3.31/go.mod h1:vU4G8lqQUPHF9ooUQY0RVbbjMPOD/6uqJDgMXfSgK8M=
55+
github.com/cloudquery/codegen v0.3.32 h1:pvl2n8HZE0CUJkEVQLb65zfYq9EbMVjUTMmOwkwAHbA=
56+
github.com/cloudquery/codegen v0.3.32/go.mod h1:nUpACl6nXXmk/LanBX0gNYBY4/CE1JMgnT+5sPQMkb4=
5757
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
5858
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
5959
github.com/cloudquery/plugin-pb-go v1.26.18 h1:IFr4F7e1Fk5P5eBKjchP+lLAyHJhbqxsC8nJQFzLZOI=

0 commit comments

Comments
 (0)