Skip to content

Commit

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

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.11` -> `v1.19.12` |

---

> [!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.12`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.19.12)

[Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.19.11...v1.19.12)

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.9.2 ([#&#8203;311](https://togithub.com/cloudquery/plugin-pb-go/issues/311)) ([6b649a2](https://togithub.com/cloudquery/plugin-pb-go/commit/6b649a2180061b22bf7dc4cd84e842f2eb2781e8))
-   Generate Go Code from `plugin-pb` ([#&#8203;309](https://togithub.com/cloudquery/plugin-pb-go/issues/309)) ([a760b2e](https://togithub.com/cloudquery/plugin-pb-go/commit/a760b2eeefb805b9214f60b23ad038c07b713911))

</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).
  • Loading branch information
cq-bot committed May 7, 2024
1 parent 224d013 commit a4bdd27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/cloudquery/cloudquery-api-go v1.9.2
github.com/cloudquery/codegen v0.3.16
github.com/cloudquery/plugin-pb-go v1.19.11
github.com/cloudquery/plugin-pb-go v1.19.12
github.com/cloudquery/plugin-sdk/v4 v4.40.2
github.com/distribution/reference v0.6.0
github.com/docker/distribution v2.8.3+incompatible
Expand Down
4 changes: 2 additions & 2 deletions cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ github.com/cloudquery/godebouncer v0.0.0-20240220152946-054f7dbbcf18 h1:5Wy7tEhL
github.com/cloudquery/godebouncer v0.0.0-20240220152946-054f7dbbcf18/go.mod h1:0Rxvtp9fhnRCt+k4QrpXY0OPUyyjF0zVO7wCrnsqsCU=
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
github.com/cloudquery/plugin-pb-go v1.19.11 h1:MStn2VOi/WDglZOTUz9Y905UcD4Dw/vLiROLMF+RDfo=
github.com/cloudquery/plugin-pb-go v1.19.11/go.mod h1:zoVLpLTmnXYzB+Iig47ZMaKZshMRyoSrnwpbz0viGGo=
github.com/cloudquery/plugin-pb-go v1.19.12 h1:2lDCGdSf1MtIdrNmO7+QEVTlGhqWydpK8G6eiSbcyYk=
github.com/cloudquery/plugin-pb-go v1.19.12/go.mod h1:gCQQ29Sd7Ym/tECgFezAf25Sjrsd8NPiDDCWmDMTYIo=
github.com/cloudquery/plugin-sdk/v4 v4.40.2 h1:i9ZMIrgS6G5Sa0v26C/Y2rE/WUaZUaMRLYCRJgCRau0=
github.com/cloudquery/plugin-sdk/v4 v4.40.2/go.mod h1:lBg32JZd7sVJy4IOrGEZrJPI+EnrRn9QEu2ovYL36iE=
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
Expand Down
2 changes: 1 addition & 1 deletion scaffold/cmd/templates/source/go.mod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.4

require (
github.com/apache/arrow/go/v16 v16.0.0
github.com/cloudquery/plugin-pb-go v1.19.11
github.com/cloudquery/plugin-pb-go v1.19.12
github.com/cloudquery/plugin-sdk/v4 v4.40.2
github.com/rs/zerolog v1.29.0
)
Expand Down

0 comments on commit a4bdd27

Please sign in to comment.