Skip to content

Commit

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

This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Features

-   Add local backend for storing cursor state ([#&#8203;569](https://togithub.com/cloudquery/plugin-sdk/issues/569)) ([3b07885](https://togithub.com/cloudquery/plugin-sdk/commit/3b07885a57595b96dc1db5b786a6f1c22f0a5149))
-   Remove codegen ([#&#8203;589](https://togithub.com/cloudquery/plugin-sdk/issues/589)) ([1c5943a](https://togithub.com/cloudquery/plugin-sdk/commit/1c5943a3f1fcdd77eac89763ef3650f20f75df03))

##### Bug Fixes

-   **destinations:** Log correct size of batch ([#&#8203;588](https://togithub.com/cloudquery/plugin-sdk/issues/588)) ([9cebafe](https://togithub.com/cloudquery/plugin-sdk/commit/9cebafef0b46c674df3027886649676cbf6c933f))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
  • Loading branch information
cq-bot authored Jan 9, 2023
1 parent 032d3d2 commit 7e74259
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 @@ -2,7 +2,7 @@ module github.com/cloudquery/filetypes

go 1.19

require github.com/cloudquery/plugin-sdk v1.23.0
require github.com/cloudquery/plugin-sdk v1.24.0

require (
github.com/ghodss/yaml v1.0.0 // indirect
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.23.0 h1:pjgxQdozJ9fgD1v7r+d4YQR73bhC0t7fjT52C5HTpkg=
github.com/cloudquery/plugin-sdk v1.23.0/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI=
github.com/cloudquery/plugin-sdk v1.24.0 h1:vgi3RImpSlnhacg/zbrpsbUEsYpG51UB5KVkNhpX1cs=
github.com/cloudquery/plugin-sdk v1.24.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 7e74259

Please sign in to comment.