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
…72.6 (#2045)

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.72.5` -> `v4.72.6` |

---

### Release Notes

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

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

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

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.4 ([#&#8203;2044](https://togithub.com/cloudquery/plugin-sdk/issues/2044)) ([c7bd2d2](https://togithub.com/cloudquery/plugin-sdk/commit/c7bd2d26b6ad3d298f77f46812b365ff40e6cf25))
-   **deps:** Update module github.com/goccy/go-json to v0.10.4 ([#&#8203;2040](https://togithub.com/cloudquery/plugin-sdk/issues/2040)) ([f6e0201](https://togithub.com/cloudquery/plugin-sdk/commit/f6e0201f18745a8d96bb2fbae92b9cfcffdb646a))
-   **deps:** Update module google.golang.org/protobuf to v1.36.1 ([#&#8203;2043](https://togithub.com/cloudquery/plugin-sdk/issues/2043)) ([13437c2](https://togithub.com/cloudquery/plugin-sdk/commit/13437c25d40dd7b2d0b32efa560d65b6f7a5af1d))
-   **deps:** Update opentelemetry-go monorepo ([#&#8203;2042](https://togithub.com/cloudquery/plugin-sdk/issues/2042)) ([e6123c3](https://togithub.com/cloudquery/plugin-sdk/commit/e6123c3c14920bd60c723e37bf600e15821c87f1))
-   Log warning instead of erroring out of PK component validation failure ([#&#8203;2039](https://togithub.com/cloudquery/plugin-sdk/issues/2039)) ([c98b5c5](https://togithub.com/cloudquery/plugin-sdk/commit/c98b5c5e23af1246f6ed8a47b57a79300d403f10))
-   Validate missing PK components ([#&#8203;2037](https://togithub.com/cloudquery/plugin-sdk/issues/2037)) ([d2cff6b](https://togithub.com/cloudquery/plugin-sdk/commit/d2cff6b5fb90ebdd7063384166115a50ce2132f4))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Jan 7, 2025
1 parent b104fa1 commit 3878f90
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.22.7

require (
github.com/apache/arrow-go/v18 v18.0.0
github.com/cloudquery/plugin-sdk/v4 v4.72.5
github.com/cloudquery/plugin-sdk/v4 v4.72.6
github.com/rs/zerolog v1.33.0
)

Expand Down

0 comments on commit 3878f90

Please sign in to comment.