Skip to content

Commit 1988c5a

Browse files
authored
fix(deps): Update module github.com/cloudquery/filetypes/v2 to v2.0.3 (#10277)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/filetypes/v2](https://togithub.com/cloudquery/filetypes) | require | patch | `v2.0.2` -> `v2.0.3` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/filetypes</summary> ### [`v2.0.3`](https://togithub.com/cloudquery/filetypes/releases/tag/v2.0.3) [Compare Source](https://togithub.com/cloudquery/filetypes/compare/v2.0.2...v2.0.3) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v2 to v2.3.8 ([#&#8203;134](https://togithub.com/cloudquery/filetypes/issues/134)) ([5c79803](https://togithub.com/cloudquery/filetypes/commit/5c79803f02b132c626bb58c5b4a9d101b563ca22)) - Optimize Parquet writer/reader ([#&#8203;136](https://togithub.com/cloudquery/filetypes/issues/136)) ([e8e7cb8](https://togithub.com/cloudquery/filetypes/commit/e8e7cb8f7a5e9b88411c04a07f767f5696217ebe)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9-->
1 parent dd185ec commit 1988c5a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.19
55
require (
66
github.com/andybalholm/brotli v1.0.5 // indirect
77
github.com/apache/arrow/go/v12 v12.0.0-20230417014917-9888ac36c142
8-
github.com/cloudquery/filetypes/v2 v2.0.2
8+
github.com/cloudquery/filetypes/v2 v2.0.3
99
github.com/cloudquery/plugin-sdk/v2 v2.3.8
1010
github.com/goccy/go-json v0.10.2 // indirect
1111
github.com/google/flatbuffers v2.0.8+incompatible // indirect

plugins/destination/file/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
4848
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
4949
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033 h1:wMIRbdyx9Oe9Cfzf9DN1lEyTuQnwSYLls2gsN7EfhZM=
5050
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
51-
github.com/cloudquery/filetypes/v2 v2.0.2 h1:7wD61h/bZ1Yf+LDGVwfLjaPTevh2ocRCIawcoPXakRI=
52-
github.com/cloudquery/filetypes/v2 v2.0.2/go.mod h1:1B7In6pTJ+xGnGikN1H7i1AspZZ3pQkTevZ4kkUjpqk=
51+
github.com/cloudquery/filetypes/v2 v2.0.3 h1:iP117DpnR2Xw2Q5+XkRN0Vfl0KDx0N2a7/DNWlowLi4=
52+
github.com/cloudquery/filetypes/v2 v2.0.3/go.mod h1:MBJ7YIFcDusfVIEoYHiUdMY+mK34Vc+dT5lXMeEvTpA=
5353
github.com/cloudquery/plugin-sdk/v2 v2.3.8 h1:6UzliJ1TW70Y40aQIQv6AXBY5ra7sWtlBo12UQsGF2A=
5454
github.com/cloudquery/plugin-sdk/v2 v2.3.8/go.mod h1:/wAbhyQbdIUAMEL+Yo9zkgoBls83xt3ev6jLpJblIoU=
5555
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=

plugins/destination/s3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/config v1.18.21
99
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.63
1010
github.com/aws/aws-sdk-go-v2/service/s3 v1.32.0
11-
github.com/cloudquery/filetypes/v2 v2.0.2
11+
github.com/cloudquery/filetypes/v2 v2.0.3
1212
github.com/cloudquery/plugin-sdk/v2 v2.3.8
1313
github.com/google/go-cmp v0.5.9
1414
github.com/google/uuid v1.3.0

plugins/destination/s3/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
8686
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
8787
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033 h1:wMIRbdyx9Oe9Cfzf9DN1lEyTuQnwSYLls2gsN7EfhZM=
8888
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
89-
github.com/cloudquery/filetypes/v2 v2.0.2 h1:7wD61h/bZ1Yf+LDGVwfLjaPTevh2ocRCIawcoPXakRI=
90-
github.com/cloudquery/filetypes/v2 v2.0.2/go.mod h1:1B7In6pTJ+xGnGikN1H7i1AspZZ3pQkTevZ4kkUjpqk=
89+
github.com/cloudquery/filetypes/v2 v2.0.3 h1:iP117DpnR2Xw2Q5+XkRN0Vfl0KDx0N2a7/DNWlowLi4=
90+
github.com/cloudquery/filetypes/v2 v2.0.3/go.mod h1:MBJ7YIFcDusfVIEoYHiUdMY+mK34Vc+dT5lXMeEvTpA=
9191
github.com/cloudquery/plugin-sdk/v2 v2.3.8 h1:6UzliJ1TW70Y40aQIQv6AXBY5ra7sWtlBo12UQsGF2A=
9292
github.com/cloudquery/plugin-sdk/v2 v2.3.8/go.mod h1:/wAbhyQbdIUAMEL+Yo9zkgoBls83xt3ev6jLpJblIoU=
9393
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=

0 commit comments

Comments
 (0)