Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/plugin-sdk/v2 to v2.3.3 (
Browse files Browse the repository at this point in the history
#127)

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.3.2` -> `v2.3.3` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v2.3.2...v2.3.3)

##### Bug Fixes

-   Make cq_id non required on destination ([#&#8203;799](https://togithub.com/cloudquery/plugin-sdk/issues/799)) ([7f33b8d](https://togithub.com/cloudquery/plugin-sdk/commit/7f33b8df0e283fb8db5e70744a9964671f6b53d4))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41My4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTMuMCJ9-->
  • Loading branch information
cq-bot authored Apr 19, 2023
1 parent 7e91557 commit 7117ddf
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 @@ -3,7 +3,7 @@ module github.com/cloudquery/filetypes/v2
go 1.19

require (
github.com/cloudquery/plugin-sdk/v2 v2.3.2
github.com/cloudquery/plugin-sdk/v2 v2.3.3
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033 h1:wMIRbdyx9Oe9Cfzf9DN1lEyTuQnwSYLls2gsN7EfhZM=
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
github.com/cloudquery/plugin-sdk/v2 v2.3.2 h1:9yaVPKZw/p8vUkp5jaTFTcB82hfYan1C1mBuJHEgIJg=
github.com/cloudquery/plugin-sdk/v2 v2.3.2/go.mod h1:/wAbhyQbdIUAMEL+Yo9zkgoBls83xt3ev6jLpJblIoU=
github.com/cloudquery/plugin-sdk/v2 v2.3.3 h1:j+9xsc3poalu0+AAwDHeFND9kRzYpfHwpC3aDdQ34Z4=
github.com/cloudquery/plugin-sdk/v2 v2.3.3/go.mod h1:/wAbhyQbdIUAMEL+Yo9zkgoBls83xt3ev6jLpJblIoU=
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/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 7117ddf

Please sign in to comment.