Skip to content

Commit 803c598

Browse files
authored
fix(deps): Update module github.com/cloudquery/codegen to v0.3.32 (#681)
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 5a55b3d commit 803c598

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.4
55
require (
66
github.com/apache/arrow-go/v18 v18.4.0
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
8-
github.com/cloudquery/codegen v0.3.31
8+
github.com/cloudquery/codegen v0.3.32
99
github.com/cloudquery/plugin-sdk/v4 v4.89.1
1010
github.com/goccy/go-json v0.10.5
1111
github.com/invopop/jsonschema v0.13.0
@@ -43,13 +43,13 @@ require (
4343
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
4444
github.com/thoas/go-funk v0.9.3 // indirect
4545
github.com/zeebo/xxh3 v1.0.2 // indirect
46-
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
47-
golang.org/x/mod v0.26.0 // indirect
48-
golang.org/x/net v0.42.0 // indirect
46+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
47+
golang.org/x/mod v0.27.0 // indirect
48+
golang.org/x/net v0.43.0 // indirect
4949
golang.org/x/sync v0.16.0 // indirect
50-
golang.org/x/sys v0.34.0 // indirect
50+
golang.org/x/sys v0.35.0 // indirect
5151
golang.org/x/text v0.28.0 // indirect
52-
golang.org/x/tools v0.35.0 // indirect
52+
golang.org/x/tools v0.36.0 // indirect
5353
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
5454
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
5555
google.golang.org/grpc v1.74.2 // indirect

go.sum

Lines changed: 12 additions & 12 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.1 h1:/dkQ3zTgf9lLpIenPqTeSVuO9BveTokrS6k2DVktfic=
2020
github.com/cloudquery/cloudquery-api-go v1.14.1/go.mod h1:ake4iFUcOn01T45eI9jgH42fnhLWhfJbLqw4/aJkZG0=
21-
github.com/cloudquery/codegen v0.3.31 h1:YDqokUyWSECewoaISY4D2iIpFRTDnPtWmQOFgaQ60c0=
22-
github.com/cloudquery/codegen v0.3.31/go.mod h1:vU4G8lqQUPHF9ooUQY0RVbbjMPOD/6uqJDgMXfSgK8M=
21+
github.com/cloudquery/codegen v0.3.32 h1:pvl2n8HZE0CUJkEVQLb65zfYq9EbMVjUTMmOwkwAHbA=
22+
github.com/cloudquery/codegen v0.3.32/go.mod h1:nUpACl6nXXmk/LanBX0gNYBY4/CE1JMgnT+5sPQMkb4=
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.89.1 h1:ELFi8UZ+XHitORuXy+rGhgYYYV1+PGqBKevPO6JTfUk=
@@ -127,23 +127,23 @@ go.opentelemetry.io/otel/sdk/metric v1.37.0 h1:90lI228XrB9jCMuSdA0673aubgRobVZFh
127127
go.opentelemetry.io/otel/sdk/metric v1.37.0/go.mod h1:cNen4ZWfiD37l5NhS+Keb5RXVWZWpRE+9WyVCpbo5ps=
128128
go.opentelemetry.io/otel/trace v1.37.0 h1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4=
129129
go.opentelemetry.io/otel/trace v1.37.0/go.mod h1:TlgrlQ+PtQO5XFerSPUYG0JSgGyryXewPGyayAWSBS0=
130-
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 h1:R9PFI6EUdfVKgwKjZef7QIwGcBKu86OEFpJ9nUEP2l4=
131-
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc=
132-
golang.org/x/mod v0.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=
133-
golang.org/x/mod v0.26.0/go.mod h1:/j6NAhSk8iQ723BGAUyoAcn7SlD7s15Dp9Nd/SfeaFQ=
134-
golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=
135-
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
130+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b h1:DXr+pvt3nC887026GRP39Ej11UATqWDmWuS99x26cD0=
131+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b/go.mod h1:4QTo5u+SEIbbKW1RacMZq1YEfOBqeXa19JeshGi+zc4=
132+
golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
133+
golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
134+
golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=
135+
golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=
136136
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
137137
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
138138
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
139139
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
140140
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
141-
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
142-
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
141+
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
142+
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
143143
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
144144
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
145-
golang.org/x/tools v0.35.0 h1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0=
146-
golang.org/x/tools v0.35.0/go.mod h1:NKdj5HkL/73byiZSJjqJgKn3ep7KjFkBOkR/Hps3VPw=
145+
golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg=
146+
golang.org/x/tools v0.36.0/go.mod h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s=
147147
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da h1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=
148148
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
149149
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=

0 commit comments

Comments
 (0)