Skip to content

Commit 9dd0523

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.1 (#184)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v3](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v3.10.0` -> `v3.10.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v3.10.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v3.10.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v3.10.0...v3.10.1) ##### Bug Fixes - **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`a7aad4c`](https://togithub.com/cloudquery/plugin-sdk/commit/a7aad4c) ([#&#8203;941](https://togithub.com/cloudquery/plugin-sdk/issues/941)) ([a39f6e8](https://togithub.com/cloudquery/plugin-sdk/commit/a39f6e871bcb038c2cd90a8f01ebcc0cdf02b1e8)) - **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`ac40107`](https://togithub.com/cloudquery/plugin-sdk/commit/ac40107) ([#&#8203;939](https://togithub.com/cloudquery/plugin-sdk/issues/939)) ([ef9e774](https://togithub.com/cloudquery/plugin-sdk/commit/ef9e7747e360eee2e61abd42c02c0d668d896e1e)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDkuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent bba2bbe commit 9dd0523

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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/apache/arrow/go/v13 v13.0.0-20230601070034-e07e22c5580a
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
8-
github.com/cloudquery/plugin-sdk/v3 v3.10.0
8+
github.com/cloudquery/plugin-sdk/v3 v3.10.1
99
github.com/goccy/go-json v0.10.2
1010
github.com/google/uuid v1.3.0
1111
github.com/stretchr/testify v1.8.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/cloudquery/arrow/go/v13 v13.0.0-20230602001318-a7aad4c5365c h1:z/inZx
1010
github.com/cloudquery/arrow/go/v13 v13.0.0-20230602001318-a7aad4c5365c/go.mod h1:/XatdE3kDIBqZKhZ7OBUHwP2jaASDFZHqF4puOWM8po=
1111
github.com/cloudquery/plugin-pb-go v1.0.8 h1:wn3GXhcNItcP+6wUUZuzUFbvdL59liKBO37/izMi+FQ=
1212
github.com/cloudquery/plugin-pb-go v1.0.8/go.mod h1:vAGA27psem7ZZNAY4a3S9TKuA/JDQWstjKcHPJX91Mc=
13-
github.com/cloudquery/plugin-sdk/v3 v3.10.0 h1:zXbkfw2XwIZoAu7rliWGQ+Ucca/1l/eBI2EeJprIWwE=
14-
github.com/cloudquery/plugin-sdk/v3 v3.10.0/go.mod h1:Ul9Z25RZ1FTrwj4FMC6zQHaQvrHTqtwhh4DYI+/05qc=
13+
github.com/cloudquery/plugin-sdk/v3 v3.10.1 h1:Jb7UAt8hU7zs3A+5nIHO7LQmYfz3hDfFfHixGKYDmTU=
14+
github.com/cloudquery/plugin-sdk/v3 v3.10.1/go.mod h1:uBten47CgiJoGaCnBe25k9wZ3hOGteyd3ufCyj01vrs=
1515
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
1616
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
1717
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)