-
Notifications
You must be signed in to change notification settings - Fork 26
Commit 7e6a0da
authored
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.32.1 (#1555)
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.32.0` -> `v4.32.1` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
### [`v4.32.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.32.1)
[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.32.0...v4.32.1)
##### Bug Fixes
- **deps:** Update golang.org/x/exp digest to [`814bf88`](https://togithub.com/cloudquery/plugin-sdk/commit/814bf88) ([#​1540](https://togithub.com/cloudquery/plugin-sdk/issues/1540)) ([e80fb24](https://togithub.com/cloudquery/plugin-sdk/commit/e80fb24ad916e84e391595ed482b4285ea5e1a9c))
- **deps:** Update google.golang.org/genproto/googleapis/api digest to [`df926f6`](https://togithub.com/cloudquery/plugin-sdk/commit/df926f6) ([#​1541](https://togithub.com/cloudquery/plugin-sdk/issues/1541)) ([9d8a3ec](https://togithub.com/cloudquery/plugin-sdk/commit/9d8a3ec5c7a4bffe3e625f148de43d71c836794d))
- **deps:** Update google.golang.org/genproto/googleapis/rpc digest to [`df926f6`](https://togithub.com/cloudquery/plugin-sdk/commit/df926f6) ([#​1543](https://togithub.com/cloudquery/plugin-sdk/issues/1543)) ([9315c16](https://togithub.com/cloudquery/plugin-sdk/commit/9315c1639e02474e97670ffb6c9b198b63aec5ef))
- **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.1 ([#​1549](https://togithub.com/cloudquery/plugin-sdk/issues/1549)) ([3112739](https://togithub.com/cloudquery/plugin-sdk/commit/3112739d2a897b784ed85f27ee7632f5fbcb5091))
- **deps:** Update module github.com/klauspost/compress to v1.17.7 ([#​1544](https://togithub.com/cloudquery/plugin-sdk/issues/1544)) ([4e04027](https://togithub.com/cloudquery/plugin-sdk/commit/4e04027488cb1c32830d5fd14440beabf4a07500))
- **deps:** Update module github.com/klauspost/cpuid/v2 to v2.2.7 ([#​1545](https://togithub.com/cloudquery/plugin-sdk/issues/1545)) ([0fff7ed](https://togithub.com/cloudquery/plugin-sdk/commit/0fff7ed4464ac572e00eb5e0dc289e467b8e7afb))
- **deps:** Update module github.com/tdewolff/minify/v2 to v2.20.18 ([#​1546](https://togithub.com/cloudquery/plugin-sdk/issues/1546)) ([45fa641](https://togithub.com/cloudquery/plugin-sdk/commit/45fa641b50f177d2ab01298b0c14fc764464fcd7))
- **deps:** Update module github.com/ugorji/go/codec to v1.2.12 ([#​1547](https://togithub.com/cloudquery/plugin-sdk/issues/1547)) ([cd3488a](https://togithub.com/cloudquery/plugin-sdk/commit/cd3488ab730499dd513996d73987c9b86fca34c0))
- **deps:** Update module google.golang.org/grpc to v1.62.0 ([#​1550](https://togithub.com/cloudquery/plugin-sdk/issues/1550)) ([9ccec98](https://togithub.com/cloudquery/plugin-sdk/commit/9ccec989cd143e685fd7d3f66d840c2e2cb8d74b))
- **deps:** Update module google.golang.org/grpc to v1.62.0 ([#​1551](https://togithub.com/cloudquery/plugin-sdk/issues/1551)) ([d907120](https://togithub.com/cloudquery/plugin-sdk/commit/d907120661cb2ebead90c68b0f1a42767112bba3))
- MixedBatchWriter should nil the slice instead of zeroing ([#​1553](https://togithub.com/cloudquery/plugin-sdk/issues/1553)) ([f565da8](https://togithub.com/cloudquery/plugin-sdk/commit/f565da8961db0b9f88efcdaa6f083faa789de324))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->1 parent 273f9e2 commit 7e6a0daCopy full SHA for 7e6a0da
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- examples/simple_plugin
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
examples/simple_plugin/go.mod
Copy file name to clipboardExpand all lines: examples/simple_plugin/go.mod+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments