Skip to content

Commit

Permalink
fix(deps): Update plugin-sdk for heroku to v0.12.10 (#2551)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v0.12.9` -> `v0.12.10` |

---

### Release Notes

<details>
<summary>cloudquery/plugin-sdk</summary>

### [`v0.12.10`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.12.10)

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.12.9...v0.12.10)

##### Bug Fixes

-   Add missing defer ([#&#8203;260](https://togithub.com/cloudquery/plugin-sdk/issues/260)) ([1ee7829](https://togithub.com/cloudquery/plugin-sdk/commit/1ee782901f6e8499b852af1bd6057aacd1ca7429))

</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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIwOS4wIn0=-->
  • Loading branch information
cq-bot committed Oct 9, 2022
1 parent 7d92b69 commit d0771ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/source/heroku/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/cloudquery/cq-gen v0.0.12
github.com/cloudquery/faker/v3 v3.7.7
github.com/cloudquery/plugin-sdk v0.12.9
github.com/cloudquery/plugin-sdk v0.12.10
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.9
github.com/googleapis/gax-go/v2 v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions plugins/source/heroku/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ github.com/cloudquery/cq-provider-sdk v0.14.7 h1:95yw0qc1IebxRAJyGdJjNM8gXJOHjMZ
github.com/cloudquery/cq-provider-sdk v0.14.7/go.mod h1:fJNnqlYU+yKV7uH5luznZr6IA4XLllauGau1uRAsqmE=
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
github.com/cloudquery/faker/v3 v3.7.7/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo=
github.com/cloudquery/plugin-sdk v0.12.9 h1:TpPC5kfB+Gdhaf5M8vFkXC603MKbJxLVgsqpKt+Ln/Y=
github.com/cloudquery/plugin-sdk v0.12.9/go.mod h1:B2Z0lWNPeX7OSCVt/PP5fMZMUqVyZ2gpuNS3RfE9k0E=
github.com/cloudquery/plugin-sdk v0.12.10 h1:97n58G5mLE/Ek8WLKq/bjhD5JJPTotVonS105ie9MNY=
github.com/cloudquery/plugin-sdk v0.12.10/go.mod h1:B2Z0lWNPeX7OSCVt/PP5fMZMUqVyZ2gpuNS3RfE9k0E=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
Expand Down

0 comments on commit d0771ec

Please sign in to comment.