Skip to content

Commit

Permalink
fix(deps): Update plugin-sdk for aws to v1.5.3 (#4640)
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.2` -> `v1.5.3` |

---

### Release Notes

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

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

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

##### Bug Fixes

-   Workaround Go Inet marshal bug ([#&#8203;410](https://togithub.com/cloudquery/plugin-sdk/issues/410)) ([bd7718c](https://togithub.com/cloudquery/plugin-sdk/commit/bd7718c3a5a76d8c0c70db66d5a6231450ad9e78))

</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 15, 2022
1 parent b90ff96 commit 29f6adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/source/aws/go.mod
Expand Up @@ -92,7 +92,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/xray v1.14.0
github.com/aws/smithy-go v1.13.4
github.com/basgys/goxml2json v1.1.0
github.com/cloudquery/plugin-sdk v1.5.2
github.com/cloudquery/plugin-sdk v1.5.3
github.com/gocarina/gocsv v0.0.0-20220927221512-ad3251f9fa25
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.9
Expand Down
4 changes: 2 additions & 2 deletions plugins/source/aws/go.sum
Expand Up @@ -258,8 +258,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudquery/plugin-sdk v1.5.2 h1:f7JtQp+vl9l2Qfcx8RuHrH0Nk8MiO1k6lGWwWPSWgZ4=
github.com/cloudquery/plugin-sdk v1.5.2/go.mod h1:DY5Wd6JW+yUqtGzKOKuFXzx3PxtwCmfU4eXd7MPNkFQ=
github.com/cloudquery/plugin-sdk v1.5.3 h1:NalYTEMlNrDZoIxucaeGtjboQBFxaJTGA5rqt0c2ni4=
github.com/cloudquery/plugin-sdk v1.5.3/go.mod h1:DY5Wd6JW+yUqtGzKOKuFXzx3PxtwCmfU4eXd7MPNkFQ=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
Expand Down

0 comments on commit 29f6adc

Please sign in to comment.