Skip to content

Commit 0453cbe

Browse files
authored
fix(deps): Update module github.com/cloudquery/codegen to v0.3.30 (#2221)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://redirect.github.com/cloudquery/codegen) | require | patch | `v0.3.29` -> `v0.3.30` | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.30`](https://redirect.github.com/cloudquery/codegen/releases/tag/v0.3.30) [Compare Source](https://redirect.github.com/cloudquery/codegen/compare/v0.3.29...v0.3.30) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.86.2 ([#&#8203;355](https://redirect.github.com/cloudquery/codegen/issues/355)) ([995f456](https://redirect.github.com/cloudquery/codegen/commit/995f45656a88bd0bf692dfacbe9b563f36f7b7fb)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.0 ([#&#8203;357](https://redirect.github.com/cloudquery/codegen/issues/357)) ([da92826](https://redirect.github.com/cloudquery/codegen/commit/da92826ff33c20656b4c0ba2ef4542357de54a7f)) </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 035dab3 commit 0453cbe

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.13.11 // indirect
34-
github.com/cloudquery/codegen v0.3.29 // indirect
34+
github.com/cloudquery/codegen v0.3.30 // indirect
3535
github.com/cloudquery/plugin-pb-go v1.26.15 // indirect
3636
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
3737
github.com/davecgh/go-spew v1.1.1 // 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.13.11 h1:7zstvvVgTh9Nj4DmWaF2Ve3FQybIOtZf/8ZDBZw+NsE=
5454
github.com/cloudquery/cloudquery-api-go v1.13.11/go.mod h1:eLlKRJgGvskJIGz9RVo7TwK9BRyAM39pUg+3omCDPKA=
55-
github.com/cloudquery/codegen v0.3.29 h1:TkkLD/K+JxVyDtsL/T0wN0KAL1O5NrfyOGnRc1tOToU=
56-
github.com/cloudquery/codegen v0.3.29/go.mod h1:oXxP/YVe1v0931rs9hLW6KgGtVUXEhcoFW9NMCFD9GA=
55+
github.com/cloudquery/codegen v0.3.30 h1:92pc1OSVTBQqMKRNRhFVrud0Jr6avkJ5u5szQSw6bi0=
56+
github.com/cloudquery/codegen v0.3.30/go.mod h1:/6TEo3bxBSXiCe7c/okabvVFLAci6wfiME40g5mZDjk=
5757
github.com/cloudquery/plugin-pb-go v1.26.15 h1:IjKc7VhKf9t7UHNoSMuZY0KKHGp5KRkJ+dtU1iKfHc8=
5858
github.com/cloudquery/plugin-pb-go v1.26.15/go.mod h1:BtBrqB2YFsPJxoRgF9PCePtBPfA4kSzCH4DM7ajCKhA=
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.29.2
1111
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
1212
github.com/cloudquery/cloudquery-api-go v1.13.11
13-
github.com/cloudquery/codegen v0.3.29
13+
github.com/cloudquery/codegen v0.3.30
1414
github.com/cloudquery/plugin-pb-go v1.26.15
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.13.11 h1:7zstvvVgTh9Nj4DmWaF2Ve3FQybIOtZf/8ZDBZw+NsE=
5454
github.com/cloudquery/cloudquery-api-go v1.13.11/go.mod h1:eLlKRJgGvskJIGz9RVo7TwK9BRyAM39pUg+3omCDPKA=
55-
github.com/cloudquery/codegen v0.3.29 h1:TkkLD/K+JxVyDtsL/T0wN0KAL1O5NrfyOGnRc1tOToU=
56-
github.com/cloudquery/codegen v0.3.29/go.mod h1:oXxP/YVe1v0931rs9hLW6KgGtVUXEhcoFW9NMCFD9GA=
55+
github.com/cloudquery/codegen v0.3.30 h1:92pc1OSVTBQqMKRNRhFVrud0Jr6avkJ5u5szQSw6bi0=
56+
github.com/cloudquery/codegen v0.3.30/go.mod h1:/6TEo3bxBSXiCe7c/okabvVFLAci6wfiME40g5mZDjk=
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.15 h1:IjKc7VhKf9t7UHNoSMuZY0KKHGp5KRkJ+dtU1iKfHc8=

0 commit comments

Comments
 (0)