Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/plugin-sdk/v3 to v3.10…
Browse files Browse the repository at this point in the history
….3 (#193)

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.2` -> `v3.10.3` |

---

### Release Notes

<details>
<summary>cloudquery/plugin-sdk</summary>

### [`v3.10.3`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v3.10.3)

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v3.10.2...v3.10.3)

##### Bug Fixes

-   **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`20b0de9`](https://togithub.com/cloudquery/plugin-sdk/commit/20b0de9) ([#&#8203;947](https://togithub.com/cloudquery/plugin-sdk/issues/947)) ([32a0c05](https://togithub.com/cloudquery/plugin-sdk/commit/32a0c053deae5dad2ffc5a6c61932d573cf2b5a6))
-   **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`6d34568`](https://togithub.com/cloudquery/plugin-sdk/commit/6d34568) ([#&#8203;944](https://togithub.com/cloudquery/plugin-sdk/issues/944)) ([f92fd66](https://togithub.com/cloudquery/plugin-sdk/commit/f92fd66282f258888787aa0924263052fb6315d3))
-   **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`c655015`](https://togithub.com/cloudquery/plugin-sdk/commit/c655015) ([#&#8203;946](https://togithub.com/cloudquery/plugin-sdk/issues/946)) ([4b6e3a3](https://togithub.com/cloudquery/plugin-sdk/commit/4b6e3a33bad11fb97422887c7f0c0e50f9e00e41))
-   **types:** Extensions conversion with storage ([#&#8203;948](https://togithub.com/cloudquery/plugin-sdk/issues/948)) ([1132c02](https://togithub.com/cloudquery/plugin-sdk/commit/1132c0227cc8db45d3eefa147aebbe9e32941ec4))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMSIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Jun 5, 2023
1 parent 32ee41c commit 4ba4b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/apache/arrow/go/v13 v13.0.0-20230601070034-e07e22c5580a
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/plugin-sdk/v3 v3.10.2
github.com/cloudquery/plugin-sdk/v3 v3.10.3
github.com/goccy/go-json v0.10.2
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/cloudquery/arrow/go/v13 v13.0.0-20230604001431-20b0de916698 h1:T59wLt
github.com/cloudquery/arrow/go/v13 v13.0.0-20230604001431-20b0de916698/go.mod h1:/XatdE3kDIBqZKhZ7OBUHwP2jaASDFZHqF4puOWM8po=
github.com/cloudquery/plugin-pb-go v1.0.8 h1:wn3GXhcNItcP+6wUUZuzUFbvdL59liKBO37/izMi+FQ=
github.com/cloudquery/plugin-pb-go v1.0.8/go.mod h1:vAGA27psem7ZZNAY4a3S9TKuA/JDQWstjKcHPJX91Mc=
github.com/cloudquery/plugin-sdk/v3 v3.10.2 h1:/FctuG4FZCXe4ZMJtIHHekOrn2m57x8LsWEaAwCFGeQ=
github.com/cloudquery/plugin-sdk/v3 v3.10.2/go.mod h1:uBten47CgiJoGaCnBe25k9wZ3hOGteyd3ufCyj01vrs=
github.com/cloudquery/plugin-sdk/v3 v3.10.3 h1:aMofD3hHU4Dm+raxNgIOdSg+hGQrkTUTV2KXjxSwtqE=
github.com/cloudquery/plugin-sdk/v3 v3.10.3/go.mod h1:P3zucEOH+IEhdM9FGD5q3WqciXIBOPCKw2kHZT4UrlQ=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 4ba4b5d

Please sign in to comment.