Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.20.5 (
Browse files Browse the repository at this point in the history
#1798)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/plugin-pb-go](https://github.com/cloudquery/plugin-pb-go) | require | patch | `v1.20.3` -> `v1.20.5` |

---

### Release Notes

<details>
<summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>

### [`v1.20.5`](https://github.com/cloudquery/plugin-pb-go/releases/tag/v1.20.5)

[Compare Source](https://github.com/cloudquery/plugin-pb-go/compare/v1.20.4...v1.20.5)

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.2 ([#&#8203;360](https://github.com/cloudquery/plugin-pb-go/issues/360)) ([764d3ec](https://github.com/cloudquery/plugin-pb-go/commit/764d3ec95799a4ccbfcb140d1625a7ad6400371a))

### [`v1.20.4`](https://github.com/cloudquery/plugin-pb-go/releases/tag/v1.20.4)

[Compare Source](https://github.com/cloudquery/plugin-pb-go/compare/v1.20.3...v1.20.4)

##### Bug Fixes

-   Generate Go Code from `plugin-pb` ([#&#8203;358](https://github.com/cloudquery/plugin-pb-go/issues/358)) ([7b3a8d4](https://github.com/cloudquery/plugin-pb-go/commit/7b3a8d4e0fd260d8d579ba971a2bbc52fae32f80))

</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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot committed Jul 17, 2024
1 parent 98d187b commit bd584ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/simple_plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/buger/jsonparser v1.1.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cloudquery/cloudquery-api-go v1.12.2 // indirect
github.com/cloudquery/plugin-pb-go v1.20.3 // indirect
github.com/cloudquery/plugin-pb-go v1.20.5 // indirect
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/simple_plugin/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/cloudquery/cloudquery-api-go v1.12.2 h1:kojgSTnRC7IQ0HnDgs81+MKMh09hWBpxkRnAu1BGQwc=
github.com/cloudquery/cloudquery-api-go v1.12.2/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw=
github.com/cloudquery/plugin-pb-go v1.20.3 h1:PXxo6evE+VFX3Ilm03fF51IeDj4BlDOPFv/eYumOTFs=
github.com/cloudquery/plugin-pb-go v1.20.3/go.mod h1:9JMoY4E4+kTPZQSP4IvrMPHLvraZs5j8K9chb5fEPVA=
github.com/cloudquery/plugin-pb-go v1.20.5 h1:pif9hY2zv1LKQZYpE89e5Qwnqr0qQEjG5HpMBW7OygQ=
github.com/cloudquery/plugin-pb-go v1.20.5/go.mod h1:pPekOyWie8SUsnHet1G29ZIqutis1pNmlpJPBCrBnZA=
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
github.com/cloudquery/plugin-sdk/v2 v2.7.0/go.mod h1:pAX6ojIW99b/Vg4CkhnsGkRIzNaVEceYMR+Bdit73ug=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/apache/arrow/go/v16 v16.1.0
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/cloudquery-api-go v1.12.2
github.com/cloudquery/plugin-pb-go v1.20.3
github.com/cloudquery/plugin-pb-go v1.20.5
github.com/cloudquery/plugin-sdk/v2 v2.7.0
github.com/goccy/go-json v0.10.3
github.com/google/go-cmp v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/cloudquery/cloudquery-api-go v1.12.2 h1:kojgSTnRC7IQ0HnDgs81+MKMh09hWBpxkRnAu1BGQwc=
github.com/cloudquery/cloudquery-api-go v1.12.2/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw=
github.com/cloudquery/plugin-pb-go v1.20.3 h1:PXxo6evE+VFX3Ilm03fF51IeDj4BlDOPFv/eYumOTFs=
github.com/cloudquery/plugin-pb-go v1.20.3/go.mod h1:9JMoY4E4+kTPZQSP4IvrMPHLvraZs5j8K9chb5fEPVA=
github.com/cloudquery/plugin-pb-go v1.20.5 h1:pif9hY2zv1LKQZYpE89e5Qwnqr0qQEjG5HpMBW7OygQ=
github.com/cloudquery/plugin-pb-go v1.20.5/go.mod h1:pPekOyWie8SUsnHet1G29ZIqutis1pNmlpJPBCrBnZA=
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
github.com/cloudquery/plugin-sdk/v2 v2.7.0/go.mod h1:pAX6ojIW99b/Vg4CkhnsGkRIzNaVEceYMR+Bdit73ug=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
Expand Down

1 comment on commit bd584ce

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 93

Please sign in to comment.