Skip to content

Commit 1d47795

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.25.0 (#19494)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | minor | `v1.24.1` -> `v1.25.0` | --- > [!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.25.0`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.25.0) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.24.1...v1.25.0) ##### Features - Link to latest version on 404 hub downloads ([#&#8203;423](https://togithub.com/cloudquery/plugin-pb-go/issues/423)) ([b4ca098](https://togithub.com/cloudquery/plugin-pb-go/commit/b4ca09837f39311fce53d786681c6c2f55aa1115)) </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 68dbfef commit 1d47795

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

cli/cmd/infer_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
wantErrNotContains: "",
4242
},
4343
{
44-
name: "infer registry fail: recommend github",
44+
name: "infer registry fail: recommend latest on hub",
4545
config: `
4646
kind: source
4747
spec:
@@ -57,7 +57,7 @@ spec:
5757
path: localhost:7777
5858
registry: grpc
5959
`,
60-
wantErrContains: "Hint",
60+
wantErrContains: "version v99.999.0 does not exist, consider using the latest version at https://hub.cloudquery.io/plugins/source/cloudquery/gcp/v",
6161
wantErrNotContains: "",
6262
},
6363
{

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.13.1
1010
github.com/cloudquery/codegen v0.3.19
11-
github.com/cloudquery/plugin-pb-go v1.24.1
11+
github.com/cloudquery/plugin-pb-go v1.25.0
1212
github.com/cloudquery/plugin-sdk/v4 v4.67.1
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
@@ -44,8 +44,8 @@ github.com/cloudquery/godebouncer v0.0.0-20240220152946-054f7dbbcf18 h1:5Wy7tEhL
4444
github.com/cloudquery/godebouncer v0.0.0-20240220152946-054f7dbbcf18/go.mod h1:0Rxvtp9fhnRCt+k4QrpXY0OPUyyjF0zVO7wCrnsqsCU=
4545
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
4646
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
47-
github.com/cloudquery/plugin-pb-go v1.24.1 h1:aF2zDlUCJvc+fMgBCvi9fS3BCF9cMfwHUw1rt8DEDAc=
48-
github.com/cloudquery/plugin-pb-go v1.24.1/go.mod h1:T+C/jfT67klRlgyJ+YZGCncVlBfFgGDBY5+RFytEu2g=
47+
github.com/cloudquery/plugin-pb-go v1.25.0 h1:nSUwU9/D/1bP5/do5G0AI8M1ZnTOSiWTVMwlLGka5vE=
48+
github.com/cloudquery/plugin-pb-go v1.25.0/go.mod h1:T+C/jfT67klRlgyJ+YZGCncVlBfFgGDBY5+RFytEu2g=
4949
github.com/cloudquery/plugin-sdk/v4 v4.67.1 h1:v6cndVi9oBI8INAQC8/2cWk5tm4e1zhgC+TGVRrXMSo=
5050
github.com/cloudquery/plugin-sdk/v4 v4.67.1/go.mod h1:jTMsk7n24eCjz6EbhLhMvmAJPQWjYR2HidonhsVThYw=
5151
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=

scaffold/sourcetpl/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.24.1
7+
github.com/cloudquery/plugin-pb-go v1.25.0
88
github.com/cloudquery/plugin-sdk/v4 v4.67.1
99
github.com/rs/zerolog v1.29.0
1010
)

0 commit comments

Comments
 (0)