Skip to content

Commit 2482597

Browse files
authored
fix(deps): Update module github.com/cloudquery/filetypes/v4 to v4.7.0 (#22346)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudquery/filetypes/v4](https://redirect.github.com/cloudquery/filetypes) | `v4.6.16` → `v4.7.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudquery%2ffiletypes%2fv4/v4.7.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudquery%2ffiletypes%2fv4/v4.6.16/v4.7.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/16949) for more information. --- ### Release Notes <details> <summary>cloudquery/filetypes (github.com/cloudquery/filetypes/v4)</summary> ### [`v4.7.0`](https://redirect.github.com/cloudquery/filetypes/releases/tag/v4.7.0) [Compare Source](https://redirect.github.com/cloudquery/filetypes/compare/v4.6.16...v4.7.0) ##### Features - Support int32 to uint64 in reverseTransformArray ([#&#8203;728](https://redirect.github.com/cloudquery/filetypes/issues/728)) ([5ed6ca8](https://redirect.github.com/cloudquery/filetypes/commit/5ed6ca88a5b2dd9655f0b28acf65f24ebdc0e344)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.7 ([#&#8203;726](https://redirect.github.com/cloudquery/filetypes/issues/726)) ([ccf6a31](https://redirect.github.com/cloudquery/filetypes/commit/ccf6a313aa6859bc9112431fddbe51bf3a91877b)) </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. --- - [ ] 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).
1 parent f435d9d commit 2482597

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

plugins/destination/azblob/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.4
88
github.com/apache/arrow-go/v18 v18.5.2
99
github.com/cloudquery/codegen v0.3.37
10-
github.com/cloudquery/filetypes/v4 v4.6.16
10+
github.com/cloudquery/filetypes/v4 v4.7.0
1111
github.com/cloudquery/plugin-sdk/v4 v4.94.7
1212
github.com/google/go-cmp v0.7.0
1313
github.com/google/uuid v1.6.0

plugins/destination/azblob/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ github.com/cloudquery/cloudquery-api-go v1.14.8 h1:iwXOQoVINrDQ69gtqBjWPSIdg7Kcy
7474
github.com/cloudquery/cloudquery-api-go v1.14.8/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
7575
github.com/cloudquery/codegen v0.3.37 h1:OZbMPT3LVMPsDOPOD2b5Q7njii7PrnxNa47vfPuRK2A=
7676
github.com/cloudquery/codegen v0.3.37/go.mod h1:HUb5XjUyyNrcXYBq/seBjnOkO3/TidTRxiL7B8xYW2M=
77-
github.com/cloudquery/filetypes/v4 v4.6.16 h1:SCG3imxIP7omqEp5n24dhBE90PN8Jbi13/7ne+OwULQ=
78-
github.com/cloudquery/filetypes/v4 v4.6.16/go.mod h1:6JXsrqcz51lv5WeftcNX0zeSAYNAqSkX49CyI8Iotmo=
77+
github.com/cloudquery/filetypes/v4 v4.7.0 h1:X/G8gJgw/hk/+xZJSuGFw+NoPk1G6vstqbf2mKqhIZ8=
78+
github.com/cloudquery/filetypes/v4 v4.7.0/go.mod h1:uhHVCgGSyfdTNCjeBY456EPrUG9auGTNll5v3dvYWKQ=
7979
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
8080
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
8181
github.com/cloudquery/plugin-pb-go v1.27.10 h1:DqohoYcyqBevmXEWtWMq9hRa+5rD5VyX//WG8T3s41E=

plugins/destination/file/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26.0
55
require (
66
github.com/apache/arrow-go/v18 v18.5.2
77
github.com/cloudquery/codegen v0.3.37
8-
github.com/cloudquery/filetypes/v4 v4.6.16
8+
github.com/cloudquery/filetypes/v4 v4.7.0
99
github.com/cloudquery/plugin-sdk/v4 v4.94.7
1010
github.com/google/go-cmp v0.7.0
1111
github.com/google/uuid v1.6.0

plugins/destination/file/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ github.com/cloudquery/cloudquery-api-go v1.14.8 h1:iwXOQoVINrDQ69gtqBjWPSIdg7Kcy
5858
github.com/cloudquery/cloudquery-api-go v1.14.8/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
5959
github.com/cloudquery/codegen v0.3.37 h1:OZbMPT3LVMPsDOPOD2b5Q7njii7PrnxNa47vfPuRK2A=
6060
github.com/cloudquery/codegen v0.3.37/go.mod h1:HUb5XjUyyNrcXYBq/seBjnOkO3/TidTRxiL7B8xYW2M=
61-
github.com/cloudquery/filetypes/v4 v4.6.16 h1:SCG3imxIP7omqEp5n24dhBE90PN8Jbi13/7ne+OwULQ=
62-
github.com/cloudquery/filetypes/v4 v4.6.16/go.mod h1:6JXsrqcz51lv5WeftcNX0zeSAYNAqSkX49CyI8Iotmo=
61+
github.com/cloudquery/filetypes/v4 v4.7.0 h1:X/G8gJgw/hk/+xZJSuGFw+NoPk1G6vstqbf2mKqhIZ8=
62+
github.com/cloudquery/filetypes/v4 v4.7.0/go.mod h1:uhHVCgGSyfdTNCjeBY456EPrUG9auGTNll5v3dvYWKQ=
6363
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
6464
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
6565
github.com/cloudquery/plugin-pb-go v1.27.10 h1:DqohoYcyqBevmXEWtWMq9hRa+5rD5VyX//WG8T3s41E=

plugins/destination/gcs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cloud.google.com/go/storage v1.61.3
77
github.com/apache/arrow-go/v18 v18.5.2
88
github.com/cloudquery/codegen v0.3.37
9-
github.com/cloudquery/filetypes/v4 v4.6.16
9+
github.com/cloudquery/filetypes/v4 v4.7.0
1010
github.com/cloudquery/plugin-sdk/v4 v4.94.7
1111
github.com/google/go-cmp v0.7.0
1212
github.com/google/uuid v1.6.0

plugins/destination/gcs/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ github.com/cloudquery/cloudquery-api-go v1.14.8 h1:iwXOQoVINrDQ69gtqBjWPSIdg7Kcy
8888
github.com/cloudquery/cloudquery-api-go v1.14.8/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
8989
github.com/cloudquery/codegen v0.3.37 h1:OZbMPT3LVMPsDOPOD2b5Q7njii7PrnxNa47vfPuRK2A=
9090
github.com/cloudquery/codegen v0.3.37/go.mod h1:HUb5XjUyyNrcXYBq/seBjnOkO3/TidTRxiL7B8xYW2M=
91-
github.com/cloudquery/filetypes/v4 v4.6.16 h1:SCG3imxIP7omqEp5n24dhBE90PN8Jbi13/7ne+OwULQ=
92-
github.com/cloudquery/filetypes/v4 v4.6.16/go.mod h1:6JXsrqcz51lv5WeftcNX0zeSAYNAqSkX49CyI8Iotmo=
91+
github.com/cloudquery/filetypes/v4 v4.7.0 h1:X/G8gJgw/hk/+xZJSuGFw+NoPk1G6vstqbf2mKqhIZ8=
92+
github.com/cloudquery/filetypes/v4 v4.7.0/go.mod h1:uhHVCgGSyfdTNCjeBY456EPrUG9auGTNll5v3dvYWKQ=
9393
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
9494
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
9595
github.com/cloudquery/plugin-pb-go v1.27.10 h1:DqohoYcyqBevmXEWtWMq9hRa+5rD5VyX//WG8T3s41E=

plugins/destination/kafka/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/IBM/sarama v1.46.3
77
github.com/apache/arrow-go/v18 v18.5.2
88
github.com/cloudquery/codegen v0.3.37
9-
github.com/cloudquery/filetypes/v4 v4.6.16
9+
github.com/cloudquery/filetypes/v4 v4.7.0
1010
github.com/cloudquery/plugin-sdk/v4 v4.94.7
1111
github.com/invopop/jsonschema v0.13.0
1212
github.com/rs/zerolog v1.34.0

plugins/destination/kafka/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ github.com/cloudquery/cloudquery-api-go v1.14.8 h1:iwXOQoVINrDQ69gtqBjWPSIdg7Kcy
6060
github.com/cloudquery/cloudquery-api-go v1.14.8/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
6161
github.com/cloudquery/codegen v0.3.37 h1:OZbMPT3LVMPsDOPOD2b5Q7njii7PrnxNa47vfPuRK2A=
6262
github.com/cloudquery/codegen v0.3.37/go.mod h1:HUb5XjUyyNrcXYBq/seBjnOkO3/TidTRxiL7B8xYW2M=
63-
github.com/cloudquery/filetypes/v4 v4.6.16 h1:SCG3imxIP7omqEp5n24dhBE90PN8Jbi13/7ne+OwULQ=
64-
github.com/cloudquery/filetypes/v4 v4.6.16/go.mod h1:6JXsrqcz51lv5WeftcNX0zeSAYNAqSkX49CyI8Iotmo=
63+
github.com/cloudquery/filetypes/v4 v4.7.0 h1:X/G8gJgw/hk/+xZJSuGFw+NoPk1G6vstqbf2mKqhIZ8=
64+
github.com/cloudquery/filetypes/v4 v4.7.0/go.mod h1:uhHVCgGSyfdTNCjeBY456EPrUG9auGTNll5v3dvYWKQ=
6565
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
6666
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
6767
github.com/cloudquery/plugin-pb-go v1.27.10 h1:DqohoYcyqBevmXEWtWMq9hRa+5rD5VyX//WG8T3s41E=

0 commit comments

Comments
 (0)