Skip to content

Commit abc54d1

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.21.3 (#18750)
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.21.2` -> `v1.21.3` | --- > [!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.21.3`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.21.3) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.21.2...v1.21.3) ##### Bug Fixes - Generate Go Code from `plugin-pb` ([#&#8203;376](https://togithub.com/cloudquery/plugin-pb-go/issues/376)) ([24c0ea9](https://togithub.com/cloudquery/plugin-pb-go/commit/24c0ea9662222ea03b264240a5431182c39f9be7)) </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 71db9b1 commit abc54d1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/cenkalti/backoff/v4 v4.3.0
99
github.com/cloudquery/cloudquery-api-go v1.12.4
1010
github.com/cloudquery/codegen v0.3.19
11-
github.com/cloudquery/plugin-pb-go v1.21.2
11+
github.com/cloudquery/plugin-pb-go v1.21.3
1212
github.com/cloudquery/plugin-sdk/v4 v4.55.0
1313
github.com/distribution/reference v0.6.0
1414
github.com/docker/distribution v2.8.3+incompatible

cli/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ github.com/cloudquery/godebouncer v0.0.0-20240220152946-054f7dbbcf18 h1:5Wy7tEhL
3636
github.com/cloudquery/godebouncer v0.0.0-20240220152946-054f7dbbcf18/go.mod h1:0Rxvtp9fhnRCt+k4QrpXY0OPUyyjF0zVO7wCrnsqsCU=
3737
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
3838
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
39-
github.com/cloudquery/plugin-pb-go v1.21.2 h1:WfuiZbunZBhcVBNW/FwJyv7RrSen9XNYH4ZbVl+4vzk=
40-
github.com/cloudquery/plugin-pb-go v1.21.2/go.mod h1:Gv336j2QCqGlUABUA6gBcrqWNjLpzv9NOmAJAHC3xg0=
39+
github.com/cloudquery/plugin-pb-go v1.21.3 h1:IlhLN6LbZeAzOjIm0VMELmj7PpFkDroJ41QCrAEcWwg=
40+
github.com/cloudquery/plugin-pb-go v1.21.3/go.mod h1:Gv336j2QCqGlUABUA6gBcrqWNjLpzv9NOmAJAHC3xg0=
4141
github.com/cloudquery/plugin-sdk/v4 v4.55.0 h1:7VBoj7+KMFBEJV4Mawtxz/S77ERp+N6CH7M2Q1S/BbM=
4242
github.com/cloudquery/plugin-sdk/v4 v4.55.0/go.mod h1:c83TnM2DW8sl5ecfclrLT9Q3RcjBRy/3P9efNT1yKKA=
4343
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=

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.22.4
44

55
require (
66
github.com/apache/arrow/go/v17 v17.0.0
7-
github.com/cloudquery/plugin-pb-go v1.21.2
7+
github.com/cloudquery/plugin-pb-go v1.21.3
88
github.com/cloudquery/plugin-sdk/v4 v4.55.0
99
github.com/rs/zerolog v1.29.0
1010
)

0 commit comments

Comments
 (0)