Skip to content

Commit b0ff5ec

Browse files
authored
fix(deps): Update plugin-sdk for test to v1.9.0 (#5089)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.8.1` -> `v1.9.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.9.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.9.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.8.2...v1.9.0) ##### Features - Handle resolving of empty maps and slices ([#&#8203;430](https://togithub.com/cloudquery/plugin-sdk/issues/430)) ([a5672b5](https://togithub.com/cloudquery/plugin-sdk/commit/a5672b5faa9f41f2179650f989761217575b3934)) ##### Bug Fixes - Fix docs for deeply nested tables ([#&#8203;434](https://togithub.com/cloudquery/plugin-sdk/issues/434)) ([48e0466](https://togithub.com/cloudquery/plugin-sdk/commit/48e04662a6afc82dba084efa5f91bbe1470b2d43)) ### [`v1.8.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.8.2) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.8.1...v1.8.2) ##### Bug Fixes - **test:** Values check test should account for `IgnoreInTests` column option ([#&#8203;431](https://togithub.com/cloudquery/plugin-sdk/issues/431)) ([ffffcd5](https://togithub.com/cloudquery/plugin-sdk/commit/ffffcd54ff2036b2af5a3539a2b10f4b2a65abb5)) </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 9f43e46 commit b0ff5ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/destination/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/plugins/destination/test
33
go 1.19
44

55
require (
6-
github.com/cloudquery/plugin-sdk v1.8.1
6+
github.com/cloudquery/plugin-sdk v1.9.0
77
github.com/rs/zerolog v1.28.0
88
)
99

plugins/destination/test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
4040
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
4141
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
4242
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
43-
github.com/cloudquery/plugin-sdk v1.8.1 h1:iJPaQAqw7R1eFck8IM0vKxSifO07EzwsssGH2caB9rc=
44-
github.com/cloudquery/plugin-sdk v1.8.1/go.mod h1:DY5Wd6JW+yUqtGzKOKuFXzx3PxtwCmfU4eXd7MPNkFQ=
43+
github.com/cloudquery/plugin-sdk v1.9.0 h1:8p0CUqP00U8h++NR81vKU0niP7J2yk+lxiMr8wYPSU0=
44+
github.com/cloudquery/plugin-sdk v1.9.0/go.mod h1:DY5Wd6JW+yUqtGzKOKuFXzx3PxtwCmfU4eXd7MPNkFQ=
4545
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
4646
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
4747
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=

0 commit comments

Comments
 (0)