Skip to content

Commit

Permalink
fix(deps): Update plugin-sdk for aws to v0.13.9 (#2926)
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 | `v0.13.8` -> `v0.13.9` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.13.8...v0.13.9)

##### Bug Fixes

-   Use 'source' in error message instead of 'destination' ([#&#8203;295](https://togithub.com/cloudquery/plugin-sdk/issues/295)) ([7abc547](https://togithub.com/cloudquery/plugin-sdk/commit/7abc5470247554db9c2e19fc012657e421f7de44))

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNi4wIn0=-->
  • Loading branch information
cq-bot committed Oct 18, 2022
1 parent 20af70b commit 1fe9a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/source/aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.15
github.com/aws/aws-sdk-go-v2/service/firehose v1.14.19
github.com/aws/aws-sdk-go-v2/service/fsx v1.25.0
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.17
github.com/aws/aws-sdk-go-v2/service/guardduty v1.15.9
github.com/aws/aws-sdk-go-v2/service/iam v1.18.19
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.17
Expand Down Expand Up @@ -76,7 +77,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/xray v1.13.19
github.com/aws/smithy-go v1.13.3
github.com/basgys/goxml2json v1.1.0
github.com/cloudquery/plugin-sdk v0.13.8
github.com/cloudquery/plugin-sdk v0.13.9
github.com/ettle/strcase v0.1.1
github.com/gocarina/gocsv v0.0.0-20220927221512-ad3251f9fa25
github.com/golang/mock v1.6.0
Expand All @@ -90,7 +91,6 @@ require (

require (
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.14 // indirect
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.17 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.18 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.6 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions plugins/source/aws/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ github.com/bitly/go-simplejson v0.5.0 h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkN
github.com/bitly/go-simplejson v0.5.0/go.mod h1:cXHtHw4XUPsvGaxgjIAn8PhEWG9NfngEKAMDJEczWVA=
github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oMMlVBbn9M=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudquery/plugin-sdk v0.13.8 h1:wvkvAvJXvF44iQr1LC57MmHxVuzdE9+c5G1Y2FKDUT8=
github.com/cloudquery/plugin-sdk v0.13.8/go.mod h1:8mt4PDjek0NkldnWFnM/i0zpfyUYVcRy/imEN1L/Cxs=
github.com/cloudquery/plugin-sdk v0.13.9 h1:/sjNumIe5lk3AkI2kl2/XsNygdH5oS+BpZ1N9eBo0lE=
github.com/cloudquery/plugin-sdk v0.13.9/go.mod h1:8mt4PDjek0NkldnWFnM/i0zpfyUYVcRy/imEN1L/Cxs=
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=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
Expand Down

0 comments on commit 1fe9a43

Please sign in to comment.