Skip to content

Commit

Permalink
fix(deps): Update plugin-sdk for terraform to v1.5.1 (#4508)
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 | `v1.5.0` -> `v1.5.1` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.5.0...v1.5.1)

##### Bug Fixes

-   Allow searching relations by name ([#&#8203;404](https://togithub.com/cloudquery/plugin-sdk/issues/404)) ([45da719](https://togithub.com/cloudquery/plugin-sdk/commit/45da719a8368de20d80b6837a916fada9443d130))

</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-->
  • Loading branch information
cq-bot committed Nov 14, 2022
1 parent 90febd9 commit bfe16e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/source/terraform/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
)

require (
github.com/cloudquery/plugin-sdk v1.5.0
github.com/cloudquery/plugin-sdk v1.5.1
github.com/golang/mock v1.6.0
github.com/rs/zerolog v1.28.0
)
Expand Down
4 changes: 2 additions & 2 deletions plugins/source/terraform/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/aws/aws-sdk-go v1.44.136/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8
github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oMMlVBbn9M=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudquery/plugin-sdk v1.5.0 h1:cLRcwEPau4FENv6GVl37p+QTgt/FGI5EFW6F+OxZUIo=
github.com/cloudquery/plugin-sdk v1.5.0/go.mod h1:VbqV2BE0wbYbArSUNxAuh6jH1FlrHyJp0f/5ERuBcew=
github.com/cloudquery/plugin-sdk v1.5.1 h1:Ox/5MMjy0/ohUpaKihwCYIRp7oMPqCZq4fX08v4mlg4=
github.com/cloudquery/plugin-sdk v1.5.1/go.mod h1:VbqV2BE0wbYbArSUNxAuh6jH1FlrHyJp0f/5ERuBcew=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
Expand Down

0 comments on commit bfe16e4

Please sign in to comment.