Skip to content

Commit 127ecdd

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.32.0 (#156)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.31.0` -> `v4.32.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.32.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.32.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.31.0...v4.32.0) ##### Features - Skip table validation during init ([#&#8203;1536](https://togithub.com/cloudquery/plugin-sdk/issues/1536)) ([fb09f20](https://togithub.com/cloudquery/plugin-sdk/commit/fb09f20cdc3603bcbfdff6fc060c49992ee4e881)) ##### Bug Fixes - Remove unreachable code ([#&#8203;1537](https://togithub.com/cloudquery/plugin-sdk/issues/1537)) ([6cae5a4](https://togithub.com/cloudquery/plugin-sdk/commit/6cae5a44323169d568c0c7a8e236bbcac83d7498)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTkuNSIsInVwZGF0ZWRJblZlciI6IjM3LjIxOS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 63f22e2 commit 127ecdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0
1010
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0
1111
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
12-
github.com/cloudquery/plugin-sdk/v4 v4.31.0
12+
github.com/cloudquery/plugin-sdk/v4 v4.32.0
1313
github.com/google/go-cmp v0.6.0
1414
github.com/invopop/jsonschema v0.12.0
1515
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/cloudquery/cloudquery-api-go v1.7.5 h1:rd5OQx7qRQASEzU9c8Wopzau7GMVCG
6161
github.com/cloudquery/cloudquery-api-go v1.7.5/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
6262
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
6363
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
64-
github.com/cloudquery/plugin-sdk/v4 v4.31.0 h1:jFROmXdP7UXE8rsrQlcYwJj2iIVEGOCxWj2+ZjmqM44=
65-
github.com/cloudquery/plugin-sdk/v4 v4.31.0/go.mod h1:Dmc2C1rRJJ44Axe//FuiDDTfqORj3SJxqkNx6jM/suA=
64+
github.com/cloudquery/plugin-sdk/v4 v4.32.0 h1:Y4aEJGhtJCW4uCg4uUAMrOSRoGgqhmPLk7L20oJTN8E=
65+
github.com/cloudquery/plugin-sdk/v4 v4.32.0/go.mod h1:Dmc2C1rRJJ44Axe//FuiDDTfqORj3SJxqkNx6jM/suA=
6666
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
6767
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
6868
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)