Skip to content

Commit 883fc61

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.0 (#365)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | minor | `v4.87.4` -> `v4.88.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.88.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.88.0) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.87.4...v4.88.0) ##### Features - Add better changes summary helper ([#&#8203;2240](https://redirect.github.com/cloudquery/plugin-sdk/issues/2240)) ([529532d](https://redirect.github.com/cloudquery/plugin-sdk/commit/529532d0555243f88727850997dc86849fb6f993)) ##### Bug Fixes - **deps:** Update module google.golang.org/grpc to v1.74.1 ([#&#8203;2238](https://redirect.github.com/cloudquery/plugin-sdk/issues/2238)) ([eeed6a6](https://redirect.github.com/cloudquery/plugin-sdk/commit/eeed6a681af717dc5c96e5564c4fb1c4b2a4d2a8)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent c31464c commit 883fc61

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0
99
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
10-
github.com/cloudquery/plugin-sdk/v4 v4.87.4
10+
github.com/cloudquery/plugin-sdk/v4 v4.88.0
1111
github.com/google/go-cmp v0.7.0
1212
github.com/invopop/jsonschema v0.13.0
1313
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
@@ -39,6 +39,7 @@ require (
3939
github.com/oapi-codegen/runtime v1.1.1 // indirect
4040
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4141
github.com/rs/zerolog v1.34.0 // indirect
42+
github.com/samber/lo v1.49.1 // indirect
4243
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
4344
github.com/thoas/go-funk v0.9.3 // indirect
4445
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.11 h1:7zstvvVgTh9Nj4DmWaF2Ve3FQybI
3636
github.com/cloudquery/cloudquery-api-go v1.13.11/go.mod h1:eLlKRJgGvskJIGz9RVo7TwK9BRyAM39pUg+3omCDPKA=
3737
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
3838
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
39-
github.com/cloudquery/plugin-sdk/v4 v4.87.4 h1:r7vfO9YerPgUQT0eI6bSGv7qhE+9avtVfAumpTRzR2Q=
40-
github.com/cloudquery/plugin-sdk/v4 v4.87.4/go.mod h1:nouCMsxdwZf+d6Nx1G0V9ATCADks3Ibo8uqw70J87l4=
39+
github.com/cloudquery/plugin-sdk/v4 v4.88.0 h1:Q9g67hTGYnMjKPN8i+1VXdxHkTAKzYoGa1417NBJ0p0=
40+
github.com/cloudquery/plugin-sdk/v4 v4.88.0/go.mod h1:JfpNcE+iMf8DEGOEA5k2Rloy3Ci/ac/eilYi0HEvdy4=
4141
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
4242
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4343
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)