Skip to content

Commit

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

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.31.0` -> `v1.32.0` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.31.0...v1.32.0)

##### Features

-   Return error message when download fails ([#&#8203;636](https://togithub.com/cloudquery/plugin-sdk/issues/636)) ([0eb39af](https://togithub.com/cloudquery/plugin-sdk/commit/0eb39af7a294a2a9de4c81ee9950d4443e168224))

##### Bug Fixes

-   Add cq-dir param to discovery ([#&#8203;633](https://togithub.com/cloudquery/plugin-sdk/issues/633)) ([13d633a](https://togithub.com/cloudquery/plugin-sdk/commit/13d633a6b2f1e1633325c94f7a965835e8604e88))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC45NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuOTQuMCJ9-->
  • Loading branch information
cq-bot authored Jan 30, 2023
1 parent dc7ed72 commit ab4c193
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
go 1.19

require (
github.com/cloudquery/plugin-sdk v1.31.0
github.com/cloudquery/plugin-sdk v1.32.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/cloudquery/plugin-sdk v1.31.0 h1:q+KMUJ4/n+S5g/6MJBxTSfr7RTgcp2MhgSy2j9eTN0A=
github.com/cloudquery/plugin-sdk v1.31.0/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI=
github.com/cloudquery/plugin-sdk v1.32.0 h1:QvKyqq2TdM/MELLK5F78wp1ay2Xu76YhNoEjgI/B2dU=
github.com/cloudquery/plugin-sdk v1.32.0/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI=
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 ab4c193

Please sign in to comment.