Skip to content

Commit d4fe65b

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk to v0.0.6 (#1643)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v0.0.5` -> `v0.0.6` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v0.0.6`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.0.6) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.0.5...v0.0.6) ##### Features - Remove pgx dependency ([#&#8203;26](https://togithub.com/cloudquery/plugin-sdk/issues/26)) ([be1f37a](https://togithub.com/cloudquery/plugin-sdk/commit/be1f37a12d6d034058cb8e10d77319e85b290190)) </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4MC4wIn0=-->
1 parent a2d262b commit d4fe65b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/heroku/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/cloudquery/cq-gen v0.0.12
77
github.com/cloudquery/cq-provider-sdk v0.14.7
88
github.com/cloudquery/faker/v3 v3.7.7
9-
github.com/cloudquery/plugin-sdk v0.0.5
9+
github.com/cloudquery/plugin-sdk v0.0.6
1010
github.com/golang/mock v1.6.0
1111
github.com/google/go-cmp v0.5.8
1212
github.com/googleapis/gax-go/v2 v2.4.0

plugins/source/heroku/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ github.com/cloudquery/cq-provider-sdk v0.14.7 h1:95yw0qc1IebxRAJyGdJjNM8gXJOHjMZ
9595
github.com/cloudquery/cq-provider-sdk v0.14.7/go.mod h1:fJNnqlYU+yKV7uH5luznZr6IA4XLllauGau1uRAsqmE=
9696
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
9797
github.com/cloudquery/faker/v3 v3.7.7/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo=
98-
github.com/cloudquery/plugin-sdk v0.0.5 h1:4Ob3VtFLrcffdG5cnLnCv4sPzkDk2oZBgMldUjxMNMg=
99-
github.com/cloudquery/plugin-sdk v0.0.5/go.mod h1:hDsX8MJXX7330DNobgEAz8B8QH7sbUGP+KrPGp7y9PY=
98+
github.com/cloudquery/plugin-sdk v0.0.6 h1:MyJWexXLi8gkIF3YhrPaU1n0ZVd4T4Ipb1cnT4YtWRg=
99+
github.com/cloudquery/plugin-sdk v0.0.6/go.mod h1:Uvmx6zG4rGeThx1QvI1VkSc358FvVjwELufE7Z7S38c=
100100
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
101101
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
102102
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

0 commit comments

Comments
 (0)