Skip to content

Commit

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

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.14.6` -> `v1.15.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.15.0`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.15.0)

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

##### Features

-   Offline licensing support ([#&#8203;198](https://togithub.com/cloudquery/plugin-pb-go/issues/198)) ([5c36ab1](https://togithub.com/cloudquery/plugin-pb-go/commit/5c36ab17487604a410689df5d88ca82a687053e8))

##### Bug Fixes

-   **deps:** Update github.com/apache/arrow/go/v15 digest to [`ec41209`](https://togithub.com/cloudquery/plugin-pb-go/commit/ec41209) ([#&#8203;197](https://togithub.com/cloudquery/plugin-pb-go/issues/197)) ([a47ecc9](https://togithub.com/cloudquery/plugin-pb-go/commit/a47ecc9675e40df2157c61032f7e3e22e524270e))
-   Generate Go Code from `plugin-pb` ([#&#8203;195](https://togithub.com/cloudquery/plugin-pb-go/issues/195)) ([175c025](https://togithub.com/cloudquery/plugin-pb-go/commit/175c02594e609f62b5b6a71ed631ecb045e0808b))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot committed Dec 28, 2023
1 parent bb761db commit f51f12d
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
Expand Up @@ -7,7 +7,7 @@ require (
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cenkalti/backoff/v4 v4.2.1
github.com/cloudquery/cloudquery-api-go v1.6.3
github.com/cloudquery/plugin-pb-go v1.14.6
github.com/cloudquery/plugin-pb-go v1.15.0
github.com/cloudquery/plugin-sdk/v4 v4.23.0
github.com/getsentry/sentry-go v0.24.1
github.com/ghodss/yaml v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions cli/go.sum
Expand Up @@ -47,8 +47,8 @@ github.com/chenzhuoyu/iasm v0.9.1 h1:tUHQJXo3NhBqw6s33wkGn9SP3bvrWLdlVIJ3hQBL7P0
github.com/chenzhuoyu/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
github.com/cloudquery/cloudquery-api-go v1.6.3 h1:PnT0S57dN24nE86XGVM+5+ePTtMeXsEQqOR3kT2+YhY=
github.com/cloudquery/cloudquery-api-go v1.6.3/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
github.com/cloudquery/plugin-pb-go v1.14.6 h1:qFJ+611laD1PooMsaSuWfJZdVXG+Ul3/U7MlAjZXrXw=
github.com/cloudquery/plugin-pb-go v1.14.6/go.mod h1:/1KqTM4g8wG0uO0KQBct2t0vJrIxPY8npEZC6tdC2Es=
github.com/cloudquery/plugin-pb-go v1.15.0 h1:pZe+dRodjM6u/fuMNlEtmZyDsBrwOJ1cWdJHdiAqYu0=
github.com/cloudquery/plugin-pb-go v1.15.0/go.mod h1:M4+ch82sGis9K3+shDLi1ITDF9gBokiiklfoS2/fhtw=
github.com/cloudquery/plugin-sdk/v4 v4.23.0 h1:lSCM9M/UT681/gnoapWGkIqkr6Sdw0rzbAMTMf6tXGs=
github.com/cloudquery/plugin-sdk/v4 v4.23.0/go.mod h1:7Yyl12ItaDpdiTxryCvJTPd3UukrSpRXcukv66nYrcQ=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
Expand Down
2 changes: 1 addition & 1 deletion scaffold/cmd/templates/source/go.mod.tpl
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/apache/arrow/go/v15 bcaeaa8c2d97
github.com/cloudquery/plugin-pb-go v1.14.6
github.com/cloudquery/plugin-pb-go v1.15.0
github.com/cloudquery/plugin-sdk/v4 v4.23.0
github.com/rs/zerolog v1.29.0
)
Expand Down

0 comments on commit f51f12d

Please sign in to comment.