Skip to content

Commit e4c024b

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk to v0.11.4 (#2218)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v0.11.2` -> `v0.11.4` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v0.11.4`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.11.4) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.11.3...v0.11.4) ##### Features - Add Close() to destination interface and new writemode ([#&#8203;211](https://togithub.com/cloudquery/plugin-sdk/issues/211)) ([8af6fcb](https://togithub.com/cloudquery/plugin-sdk/commit/8af6fcb3dda8e3b17626eb8783bd45dd4ca3fc68)) ### [`v0.11.3`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.11.3) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.11.2...v0.11.3) ##### Features - **schema:** Add schema.TypeDuration ([#&#8203;205](https://togithub.com/cloudquery/plugin-sdk/issues/205)) ([02fce2c](https://togithub.com/cloudquery/plugin-sdk/commit/02fce2c8dbdd66ba4e1ee38bf4c7ac61461a8bf8)) </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=-->
1 parent 94b14d6 commit e4c024b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/source/terraform/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
)
1212

1313
require (
14-
github.com/cloudquery/plugin-sdk v0.11.2
14+
github.com/cloudquery/plugin-sdk v0.11.4
1515
github.com/golang/mock v1.6.0
1616
github.com/rs/zerolog v1.28.0
1717
)

plugins/source/terraform/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.7.0 h1:AT0vOjO68RcLyenLCHOGZzSNiuto7ziqzq6
66
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
77
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
88
github.com/cloudquery/faker/v3 v3.7.7/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo=
9-
github.com/cloudquery/plugin-sdk v0.11.2 h1:XB3ALh/LTya7aNbe8chYys+F4XgA+rdgtkhJY4hochk=
10-
github.com/cloudquery/plugin-sdk v0.11.2/go.mod h1:iVqMqfdjvImbDIF3BvKEXDpujpSITjPfEu4wxPL1xRQ=
9+
github.com/cloudquery/plugin-sdk v0.11.4 h1:4HbAo7cLm79tF4i8dks2QgmPPBnFMVj3XhnnkqO8A3g=
10+
github.com/cloudquery/plugin-sdk v0.11.4/go.mod h1:iVqMqfdjvImbDIF3BvKEXDpujpSITjPfEu4wxPL1xRQ=
1111
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
1212
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
1313
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

0 commit comments

Comments
 (0)