Skip to content

Commit 161b9f1

Browse files
authored
fix(deps): Update module github.com/cloudquery/codegen to v0.3.34 (#701)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://redirect.github.com/cloudquery/codegen) | require | patch | `v0.3.33` -> `v0.3.34` | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.34`](https://redirect.github.com/cloudquery/codegen/releases/tag/v0.3.34) [Compare Source](https://redirect.github.com/cloudquery/codegen/compare/v0.3.33...v0.3.34) ##### Bug Fixes - **deps:** Update dependency go to v1.25.5 ([#&#8203;382](https://redirect.github.com/cloudquery/codegen/issues/382)) ([080ed62](https://redirect.github.com/cloudquery/codegen/commit/080ed625bbc7a8483eae658f6f84feaecbd19a0c)) - **deps:** Update golang.org/x/exp digest to [`944ab1f`](https://redirect.github.com/cloudquery/codegen/commit/944ab1f) ([#&#8203;397](https://redirect.github.com/cloudquery/codegen/issues/397)) ([36ff3b1](https://redirect.github.com/cloudquery/codegen/commit/36ff3b17d5eb45d40c210b03ee36541d8bb0e668)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.92.0 ([#&#8203;389](https://redirect.github.com/cloudquery/codegen/issues/389)) ([dd8c36a](https://redirect.github.com/cloudquery/codegen/commit/dd8c36a22d0b0c5fee142c5392623306fc62e372)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.92.1 ([#&#8203;394](https://redirect.github.com/cloudquery/codegen/issues/394)) ([43f1e60](https://redirect.github.com/cloudquery/codegen/commit/43f1e60fc9605166e69b9da28581b0fce06d9285)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.93.0 ([#&#8203;395](https://redirect.github.com/cloudquery/codegen/issues/395)) ([7b91607](https://redirect.github.com/cloudquery/codegen/commit/7b91607351a81e7e1a4d35286f79aaf8344941f2)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.93.1 ([#&#8203;396](https://redirect.github.com/cloudquery/codegen/issues/396)) ([def89ef](https://redirect.github.com/cloudquery/codegen/commit/def89ef71ae692e8e338c408deafa3f7e3f5b0f0)) </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 3619cbc commit 161b9f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.5
55
require (
66
github.com/apache/arrow-go/v18 v18.5.0
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
8-
github.com/cloudquery/codegen v0.3.33
8+
github.com/cloudquery/codegen v0.3.34
99
github.com/cloudquery/plugin-sdk/v4 v4.93.1
1010
github.com/goccy/go-json v0.10.5
1111
github.com/invopop/jsonschema v0.13.0
@@ -43,7 +43,7 @@ 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-20251209150349-8475f28825e9 // indirect
46+
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
4747
golang.org/x/mod v0.31.0 // indirect
4848
golang.org/x/net v0.48.0 // indirect
4949
golang.org/x/sync v0.19.0 // indirect

go.sum

Lines changed: 4 additions & 4 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.7 h1:j8XkwY7YMtZnXi655BTFLqadCs9PJtISkw9Au2+/8QY=
2020
github.com/cloudquery/cloudquery-api-go v1.14.7/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
21-
github.com/cloudquery/codegen v0.3.33 h1:EsQjaiupoTgUvwYNmeHy2Wj3XWrpXXojnGZmnV9GpLM=
22-
github.com/cloudquery/codegen v0.3.33/go.mod h1:abfJ0HDW4Elh+ppwbKrCuAsXfZUmaWyY+4SgUyfQndg=
21+
github.com/cloudquery/codegen v0.3.34 h1:hweelzvaC7XwDe4MgACe5AVRpf+nsX9cH2ZeDKjoJiE=
22+
github.com/cloudquery/codegen v0.3.34/go.mod h1:waO3gkyfnTONoxWJXeqPdlD9bIPToQHUlIbO5JgUTBg=
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.93.1 h1:doZ1CA6LYgatqsJvfcOE7PNOaIbvktsWi4vEGyNnqQw=
@@ -127,8 +127,8 @@ go.opentelemetry.io/otel/sdk/metric v1.39.0 h1:cXMVVFVgsIf2YL6QkRF4Urbr/aMInf+2W
127127
go.opentelemetry.io/otel/sdk/metric v1.39.0/go.mod h1:xq9HEVH7qeX69/JnwEfp6fVq5wosJsY1mt4lLfYdVew=
128128
go.opentelemetry.io/otel/trace v1.39.0 h1:2d2vfpEDmCJ5zVYz7ijaJdOF59xLomrvj7bjt6/qCJI=
129129
go.opentelemetry.io/otel/trace v1.39.0/go.mod h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA=
130-
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 h1:MDfG8Cvcqlt9XXrmEiD4epKn7VJHZO84hejP9Jmp0MM=
131-
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9/go.mod h1:EPRbTFwzwjXj9NpYyyrvenVh9Y+GFeEvMNh7Xuz7xgU=
130+
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 h1:fQsdNF2N+/YewlRZiricy4P1iimyPKZ/xwniHj8Q2a0=
131+
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93/go.mod h1:EPRbTFwzwjXj9NpYyyrvenVh9Y+GFeEvMNh7Xuz7xgU=
132132
golang.org/x/mod v0.31.0 h1:HaW9xtz0+kOcWKwli0ZXy79Ix+UW/vOfmWI5QVd2tgI=
133133
golang.org/x/mod v0.31.0/go.mod h1:43JraMp9cGx1Rx3AqioxrbrhNsLl2l/iNAvuBkrezpg=
134134
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=

0 commit comments

Comments
 (0)