Skip to content

Commit 7516154

Browse files
authored
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.4 (#2434)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | `v4.94.3` → `v4.94.4` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudquery%2fplugin-sdk%2fv4/v4.94.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudquery%2fplugin-sdk%2fv4/v4.94.3/v4.94.4?slim=true) | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.94.4`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.94.4) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.94.3...v4.94.4) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2431](https://redirect.github.com/cloudquery/plugin-sdk/issues/2431)) ([bf81478](https://redirect.github.com/cloudquery/plugin-sdk/commit/bf81478b6636b656a5e6610c03f00f1fec991124)) - **deps:** Update module github.com/apache/arrow-go/v18 to v18.5.2 ([#&#8203;2432](https://redirect.github.com/cloudquery/plugin-sdk/issues/2432)) ([ea6f657](https://redirect.github.com/cloudquery/plugin-sdk/commit/ea6f657f85546de25e78bf7c4a810723f716f332)) - **deps:** Update module github.com/getsentry/sentry-go to v0.42.0 ([#&#8203;2421](https://redirect.github.com/cloudquery/plugin-sdk/issues/2421)) ([62c0e08](https://redirect.github.com/cloudquery/plugin-sdk/commit/62c0e08e83076dbed96b8e5ec50d98b732ee015a)) - **deps:** Update module go.opentelemetry.io/otel/sdk to v1.40.0 \[SECURITY] ([#&#8203;2428](https://redirect.github.com/cloudquery/plugin-sdk/issues/2428)) ([5886105](https://redirect.github.com/cloudquery/plugin-sdk/commit/588610538d24219a0dfe2f8ec7a87715a4633daa)) - **deps:** Update module golang.org/x/oauth2 to v0.35.0 ([#&#8203;2422](https://redirect.github.com/cloudquery/plugin-sdk/issues/2422)) ([d6c5def](https://redirect.github.com/cloudquery/plugin-sdk/commit/d6c5defcc0bb718f4449e9e7dab6782e075348c3)) - **deps:** Update module golang.org/x/text to v0.34.0 ([#&#8203;2423](https://redirect.github.com/cloudquery/plugin-sdk/issues/2423)) ([99c9a8c](https://redirect.github.com/cloudquery/plugin-sdk/commit/99c9a8c9f3b6d8d07ab3fa0fd4093b94759e45fb)) - **deps:** Update opentelemetry-go monorepo ([#&#8203;2424](https://redirect.github.com/cloudquery/plugin-sdk/issues/2424)) ([7fc6dd6](https://redirect.github.com/cloudquery/plugin-sdk/commit/7fc6dd6b83153f82b8388a394b9e1098b82e65d6)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 4c82864 commit 7516154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.4
44

55
require (
66
github.com/apache/arrow-go/v18 v18.5.2
7-
github.com/cloudquery/plugin-sdk/v4 v4.94.3
7+
github.com/cloudquery/plugin-sdk/v4 v4.94.4
88
github.com/rs/zerolog v1.34.0
99
)
1010

0 commit comments

Comments
 (0)