Skip to content

Commit b325ccb

Browse files
authored
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 (#2142)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | patch | `v4.79.0` -> `v4.79.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.79.1`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.79.1) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.79.0...v4.79.1) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`7e4ce0a`](https://redirect.github.com/cloudquery/plugin-sdk/commit/7e4ce0a) ([#&#8203;2135](https://redirect.github.com/cloudquery/plugin-sdk/issues/2135)) ([efb8813](https://redirect.github.com/cloudquery/plugin-sdk/commit/efb8813182f813a25ec9bf0ba465f5a1419c937d)) - **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.1 ([#&#8203;2136](https://redirect.github.com/cloudquery/plugin-sdk/issues/2136)) ([5534187](https://redirect.github.com/cloudquery/plugin-sdk/commit/553418708ebc1fcbc1eb13ea29907346258aa36b)) - **deps:** Update module github.com/rs/zerolog to v1.34.0 ([#&#8203;2138](https://redirect.github.com/cloudquery/plugin-sdk/issues/2138)) ([e1bcb05](https://redirect.github.com/cloudquery/plugin-sdk/commit/e1bcb0532b7b1b42e38571254c655769296240e4)) - **deps:** Update module google.golang.org/grpc to v1.72.0 ([#&#8203;2141](https://redirect.github.com/cloudquery/plugin-sdk/issues/2141)) ([a0f27a3](https://redirect.github.com/cloudquery/plugin-sdk/commit/a0f27a3ca01a870912ad7afb9ec92fb8e52f78b7)) - Pass installation ID from env for usage report ([#&#8203;2140](https://redirect.github.com/cloudquery/plugin-sdk/issues/2140)) ([4d36bfb](https://redirect.github.com/cloudquery/plugin-sdk/commit/4d36bfba0a572995c11e10fc2e448e36beb67208)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 2d8a7f5 commit b325ccb

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
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/apache/arrow-go/v18 v18.2.0
9-
github.com/cloudquery/plugin-sdk/v4 v4.79.0
9+
github.com/cloudquery/plugin-sdk/v4 v4.79.1
1010
github.com/rs/zerolog v1.34.0
1111
)
1212

0 commit comments

Comments
 (0)