Skip to content

Commit 43eb632

Browse files
cq-botrenovate-bot
andauthored
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.12.0 (#14370)
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.11.1` -> `v1.12.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.12.0`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.12.0) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.11.1...v1.12.0) ##### Features - Add more error handling to downloading Hub plugins ([#&#8203;120](https://togithub.com/cloudquery/plugin-pb-go/issues/120)) ([0bdc72e](https://togithub.com/cloudquery/plugin-pb-go/commit/0bdc72eb1d073f6bc21513eba24985208502fb7b)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.2 ([#&#8203;117](https://togithub.com/cloudquery/plugin-pb-go/issues/117)) ([3fb1e80](https://togithub.com/cloudquery/plugin-pb-go/commit/3fb1e80dceecdb9c5c3075ec1293c0eb4353892d)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.3 ([#&#8203;119](https://togithub.com/cloudquery/plugin-pb-go/issues/119)) ([e160aae](https://togithub.com/cloudquery/plugin-pb-go/commit/e160aae601d5c18ec688e4153e2240d495a6facd)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 1624839 commit 43eb632

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/bradleyjkemp/cupaloy/v2 v2.8.0
99
github.com/cenkalti/backoff/v4 v4.2.1
1010
github.com/cloudquery/cloudquery-api-go v1.2.3
11-
github.com/cloudquery/plugin-pb-go v1.11.1
11+
github.com/cloudquery/plugin-pb-go v1.12.0
1212
github.com/cloudquery/plugin-sdk/v4 v4.12.0
1313
github.com/getsentry/sentry-go v0.24.1
1414
github.com/ghodss/yaml v1.0.0

cli/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/cloudquery/arrow/go/v14 v14.0.0-20231002001222-7ded38b478cd h1:LtWC4o
4646
github.com/cloudquery/arrow/go/v14 v14.0.0-20231002001222-7ded38b478cd/go.mod h1:/SqmdO2dsWqFHqQQeupnsr0ollL8C91n3x0I72rArY8=
4747
github.com/cloudquery/cloudquery-api-go v1.2.3 h1:SM5YZjttm/grNcT+WNEJ7Ya08kDLEjawS9feS1isr2I=
4848
github.com/cloudquery/cloudquery-api-go v1.2.3/go.mod h1:oyNUZZ6CKjPapxMbmE/qR2vdo9/G+tuCdF7uXT1LYuM=
49-
github.com/cloudquery/plugin-pb-go v1.11.1 h1:x+FrTRskJ90msgUqcR82u0aRG9ZGOS+rPtnK2FZUVls=
50-
github.com/cloudquery/plugin-pb-go v1.11.1/go.mod h1:HEKeS+WB1bH3WZyltkePXq6oU6sK23YPC8/zcLXxbiY=
49+
github.com/cloudquery/plugin-pb-go v1.12.0 h1:EqDmUfM0pBhq11Hjtq9PcLK+PJub1a5DpRXuxwShYSQ=
50+
github.com/cloudquery/plugin-pb-go v1.12.0/go.mod h1:ncJaunvUbK5PAmWUqTxWzj5Bek1X04JvXPjvPloub7g=
5151
github.com/cloudquery/plugin-sdk/v4 v4.12.0 h1:vNPptFUZYLAaG/9ktm7bnRBrR72+rN28rpPC62TSuXA=
5252
github.com/cloudquery/plugin-sdk/v4 v4.12.0/go.mod h1:gvX/+uoZSxH+hJ/4qqE56jm6tJhJyQ+4RVroKACtkp4=
5353
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

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
44

55
require (
66
github.com/apache/arrow/go/v14 a526ba697d4e
7-
github.com/cloudquery/plugin-pb-go v1.11.1
7+
github.com/cloudquery/plugin-pb-go v1.12.0
88
github.com/cloudquery/plugin-sdk/v4 v4.12.0
99
github.com/rs/zerolog v1.29.0
1010
)

0 commit comments

Comments
 (0)