Skip to content

Commit

Permalink
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
Browse files Browse the repository at this point in the history
…12.4 (#1281)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.12.3` -> `v4.12.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.12.3...v4.12.4)

##### Bug Fixes

-   **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`d401686`](https://togithub.com/cloudquery/plugin-sdk/commit/d401686) ([#&#8203;1277](https://togithub.com/cloudquery/plugin-sdk/issues/1277)) ([c94273b](https://togithub.com/cloudquery/plugin-sdk/commit/c94273b03bde133a1c684256ecbedc01dd730e38))
-   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 ([#&#8203;1279](https://togithub.com/cloudquery/plugin-sdk/issues/1279)) ([d49f8dc](https://togithub.com/cloudquery/plugin-sdk/commit/d49f8dca4f61b4fd9e07cf970e97eb029d05282a))
-   Only warn on validation err ([#&#8203;1280](https://togithub.com/cloudquery/plugin-sdk/issues/1280)) ([299c1d3](https://togithub.com/cloudquery/plugin-sdk/commit/299c1d3c9a25497c724e24f7831c838b8951bb3e))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Oct 10, 2023
1 parent 2df2b06 commit a58e1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.1

require (
github.com/apache/arrow/go/v14 v14.0.0-20230929201650-00efb06dc0de
github.com/cloudquery/plugin-sdk/v4 v4.12.3
github.com/cloudquery/plugin-sdk/v4 v4.12.4
github.com/rs/zerolog v1.30.0
)

Expand Down

5 comments on commit a58e1d9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 201.1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 201.1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 201.1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 201.1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 201.1

Please sign in to comment.