Skip to content

Commit 136b836

Browse files
cq-botpull[bot]
authored andcommitted
fix(deps): Update plugin-sdk for terraform to v1.1.0 (#3926)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.0.4` -> `v1.1.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.1.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.1.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.0.4...v1.1.0) ##### Features - Add Testing suite for destination plugins ([#&#8203;369](https://togithub.com/cloudquery/plugin-sdk/issues/369)) ([1a542b9](https://togithub.com/cloudquery/plugin-sdk/commit/1a542b9bf23219373d0b683030770c2f15502016)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent 1b3f8e9 commit 136b836

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 v1.0.4
14+
github.com/cloudquery/plugin-sdk v1.1.0
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/aws/aws-sdk-go v1.44.127/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX
66
github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oMMlVBbn9M=
77
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
88
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
9-
github.com/cloudquery/plugin-sdk v1.0.4 h1:5Vhp4AF538lxxXiZzm73XELDp00Wdc6cvE0AIZZOqss=
10-
github.com/cloudquery/plugin-sdk v1.0.4/go.mod h1:VbqV2BE0wbYbArSUNxAuh6jH1FlrHyJp0f/5ERuBcew=
9+
github.com/cloudquery/plugin-sdk v1.1.0 h1:4ABpcMN7Z+hM8/z+TFaN8lrbG0Ui7z4RV62h25QyEos=
10+
github.com/cloudquery/plugin-sdk v1.1.0/go.mod h1:VbqV2BE0wbYbArSUNxAuh6jH1FlrHyJp0f/5ERuBcew=
1111
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
1212
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
1313
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

0 commit comments

Comments
 (0)