Skip to content

Commit 7b3e452

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v2 to v2.5.3 (#150)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v2](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v2.5.2` -> `v2.5.3` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v2.5.3`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v2.5.3) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v2.5.2...v2.5.3) ##### Bug Fixes - **arrow:** Add missing table options ([#&#8203;833](https://togithub.com/cloudquery/plugin-sdk/issues/833)) ([95a9f0c](https://togithub.com/cloudquery/plugin-sdk/commit/95a9f0c29c6c2b85fded012341bf00cff0225605)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 23a0d7f commit 7b3e452

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/filetypes/v2
33
go 1.19
44

55
require (
6-
github.com/cloudquery/plugin-sdk/v2 v2.5.2
6+
github.com/cloudquery/plugin-sdk/v2 v2.5.3
77
github.com/davecgh/go-spew v1.1.1 // indirect
88
github.com/pmezard/go-difflib v1.0.0 // indirect
99
github.com/stretchr/testify v1.8.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
88
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
99
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033 h1:wMIRbdyx9Oe9Cfzf9DN1lEyTuQnwSYLls2gsN7EfhZM=
1010
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
11-
github.com/cloudquery/plugin-sdk/v2 v2.5.2 h1:R1m6IQtyZkBfLynbgAnE+RN63kLxG1rSLMUV4BSFahg=
12-
github.com/cloudquery/plugin-sdk/v2 v2.5.2/go.mod h1:9iIYglxOetYEPC8rbCLSArQXjA1oCjBIVj8aV7GOjbI=
11+
github.com/cloudquery/plugin-sdk/v2 v2.5.3 h1:Z+WLOYsjOu0pzntdpyJhkzXmjPawMdXxQIHqG55XlzI=
12+
github.com/cloudquery/plugin-sdk/v2 v2.5.3/go.mod h1:9iIYglxOetYEPC8rbCLSArQXjA1oCjBIVj8aV7GOjbI=
1313
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
1414
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
1515
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)