Skip to content

Commit 82d1648

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.4 (#48)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.12.3` -> `v4.12.4` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.12.4`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.12.4) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.12.3...v4.12.4) ##### Bug Fixes - **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`d401686`](https://togithub.com/cloudquery/plugin-sdk/commit/d401686) ([#&#8203;1277](https://togithub.com/cloudquery/plugin-sdk/issues/1277)) ([c94273b](https://togithub.com/cloudquery/plugin-sdk/commit/c94273b03bde133a1c684256ecbedc01dd730e38)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 ([#&#8203;1279](https://togithub.com/cloudquery/plugin-sdk/issues/1279)) ([d49f8dc](https://togithub.com/cloudquery/plugin-sdk/commit/d49f8dca4f61b4fd9e07cf970e97eb029d05282a)) - Only warn on validation err ([#&#8203;1280](https://togithub.com/cloudquery/plugin-sdk/issues/1280)) ([299c1d3](https://togithub.com/cloudquery/plugin-sdk/commit/299c1d3c9a25497c724e24f7831c838b8951bb3e)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent a12dcc3 commit 82d1648

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 v2.0.0
77
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.1.1
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications v1.1.1
9-
github.com/cloudquery/plugin-sdk/v4 v4.12.3
9+
github.com/cloudquery/plugin-sdk/v4 v4.12.4
1010
github.com/google/go-cmp v0.5.9
1111
github.com/invopop/jsonschema v0.11.0
1212
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
2020
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
2121
github.com/cloudquery/jsonschema v0.0.0-20231008093019-d7c8940339dc h1:QTRBZypds6EPqBOIOagrTAIGHzpxiqU1e779HKBWY4w=
2222
github.com/cloudquery/jsonschema v0.0.0-20231008093019-d7c8940339dc/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0=
23-
github.com/cloudquery/plugin-sdk/v4 v4.12.3 h1:Gp7FtVhdh+5Ypv81r+j7Ph/2WyNje/4cv3+KraY0SQI=
24-
github.com/cloudquery/plugin-sdk/v4 v4.12.3/go.mod h1:62pXdBEQQB/M13G0Jp6lDNtmgbnuzPy38LoDgVPx0ns=
23+
github.com/cloudquery/plugin-sdk/v4 v4.12.4 h1:kdaUD7qNktq8yNXUG+wRlyMCbCaT8RTD7CQ8m2Q2p3w=
24+
github.com/cloudquery/plugin-sdk/v4 v4.12.4/go.mod h1:3KXAk8+ZvrjUUPrl0ozbJCwsFJMwvC9ODPzY7UJOqb8=
2525
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
2626
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2727
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)