Skip to content

Commit 4e0322f

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.19.19 (#18187)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | patch | `v1.19.18` -> `v1.19.19` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.19.19`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.19.19) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.19.18...v1.19.19) ##### Bug Fixes - Progressbar handling ([#&#8203;336](https://togithub.com/cloudquery/plugin-pb-go/issues/336)) ([538487d](https://togithub.com/cloudquery/plugin-pb-go/commit/538487dd5e1369b9d6c02cfd342851389dca92b8)) - Revert "fix(deps): Update module github.com/schollz/progressbar/v3 to v3.14.3 ([#&#8203;330](https://togithub.com/cloudquery/plugin-pb-go/issues/330))" ([#&#8203;338](https://togithub.com/cloudquery/plugin-pb-go/issues/338)) ([74429d5](https://togithub.com/cloudquery/plugin-pb-go/commit/74429d54f5a0324a8058c5ba3ec90915572df6d4)) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
1 parent bbac469 commit 4e0322f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaffold/cmd/templates/source/go.mod.tpl

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

55
require (
66
github.com/apache/arrow/go/v16 v16.1.0
7-
github.com/cloudquery/plugin-pb-go v1.19.18
7+
github.com/cloudquery/plugin-pb-go v1.19.19
88
github.com/cloudquery/plugin-sdk/v4 v4.44.2
99
github.com/rs/zerolog v1.29.0
1010
)

0 commit comments

Comments
 (0)