Skip to content

Commit 0539c03

Browse files
authored
fix(deps): Update plugin-sdk for aws to v0.12.6 (#2416)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v0.12.4` -> `v0.12.6` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v0.12.6`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.12.6) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.12.5...v0.12.6) ##### Bug Fixes - Plugin connection using Unix Domain Socket fixed for windows ([#&#8203;246](https://togithub.com/cloudquery/plugin-sdk/issues/246)) ([9e30c60](https://togithub.com/cloudquery/plugin-sdk/commit/9e30c60cbf0f4136354382fed1f4252c39f52349)) ### [`v0.12.5`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.12.5) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.12.4...v0.12.5) ##### Bug Fixes - Logging level ([#&#8203;243](https://togithub.com/cloudquery/plugin-sdk/issues/243)) ([d49c44e](https://togithub.com/cloudquery/plugin-sdk/commit/d49c44e13deba0cf3be27f3b0d64038453ed9ef8)) </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 65bb3ce commit 0539c03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ require (
7777
github.com/basgys/goxml2json v1.1.0
7878
github.com/bxcodec/faker v2.0.1+incompatible
7979
github.com/cloudquery/faker/v3 v3.7.7
80-
github.com/cloudquery/plugin-sdk v0.12.4
80+
github.com/cloudquery/plugin-sdk v0.12.6
8181
github.com/ettle/strcase v0.1.1
8282
github.com/gocarina/gocsv v0.0.0-20220927221512-ad3251f9fa25
8383
github.com/golang/mock v1.6.0

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ github.com/bxcodec/faker v2.0.1+incompatible/go.mod h1:BNzfpVdTwnFJ6GtfYTcQu6l6r
208208
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
209209
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
210210
github.com/cloudquery/faker/v3 v3.7.7/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo=
211-
github.com/cloudquery/plugin-sdk v0.12.4 h1:klrIVZ3SPzeqkK8PJN8CHFUdPD12AohM1O2OrY1Ox2Y=
212-
github.com/cloudquery/plugin-sdk v0.12.4/go.mod h1:B2Z0lWNPeX7OSCVt/PP5fMZMUqVyZ2gpuNS3RfE9k0E=
211+
github.com/cloudquery/plugin-sdk v0.12.6 h1:qhpDocHOnp/+sgiSYo/KMYhyv78wLAFS8hliJ9NyygI=
212+
github.com/cloudquery/plugin-sdk v0.12.6/go.mod h1:B2Z0lWNPeX7OSCVt/PP5fMZMUqVyZ2gpuNS3RfE9k0E=
213213
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
214214
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
215215
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

0 commit comments

Comments
 (0)