Skip to content

Commit e2e02d9

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.0 (#402)
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.93.1` -> `v4.94.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.94.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.94.0) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.93.1...v4.94.0) ##### Features - Add optional Sentry support ([#&#8203;2386](https://redirect.github.com/cloudquery/plugin-sdk/issues/2386)) ([dab2ce8](https://redirect.github.com/cloudquery/plugin-sdk/commit/dab2ce8c2e7545fa3da3fce1b9d9c1c9ca057c7f)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2371](https://redirect.github.com/cloudquery/plugin-sdk/issues/2371)) ([2d1165a](https://redirect.github.com/cloudquery/plugin-sdk/commit/2d1165a6f19a799890a8d7ebf67b142b512754d2)) - **deps:** Update golang.org/x/exp digest to [`944ab1f`](https://redirect.github.com/cloudquery/plugin-sdk/commit/944ab1f) ([#&#8203;2376](https://redirect.github.com/cloudquery/plugin-sdk/issues/2376)) ([4da0fd0](https://redirect.github.com/cloudquery/plugin-sdk/commit/4da0fd0c31e864161e042d0443c94d9e75113bfb)) - **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.32.6 ([#&#8203;2374](https://redirect.github.com/cloudquery/plugin-sdk/issues/2374)) ([0f0d985](https://redirect.github.com/cloudquery/plugin-sdk/commit/0f0d985b076731a74a4d82503108d6ecce61fc8a)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.8 ([#&#8203;2378](https://redirect.github.com/cloudquery/plugin-sdk/issues/2378)) ([b3e0ae7](https://redirect.github.com/cloudquery/plugin-sdk/commit/b3e0ae7b3b26ac2df4eb57417a9dbb020485a641)) - **deps:** Update module github.com/cloudquery/codegen to v0.3.35 ([#&#8203;2381](https://redirect.github.com/cloudquery/plugin-sdk/issues/2381)) ([2daf99c](https://redirect.github.com/cloudquery/plugin-sdk/commit/2daf99c00ba2b9cf359a1e08cf715c4d7fa6f859)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.3 ([#&#8203;2380](https://redirect.github.com/cloudquery/plugin-sdk/issues/2380)) ([fb04081](https://redirect.github.com/cloudquery/plugin-sdk/commit/fb040815a46fa35b52f47570223d000cab82d63e)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.4 ([#&#8203;2382](https://redirect.github.com/cloudquery/plugin-sdk/issues/2382)) ([9ba1f1f](https://redirect.github.com/cloudquery/plugin-sdk/commit/9ba1f1fba501d3e10a0adb9fc77d91785c66824c)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.5 ([#&#8203;2385](https://redirect.github.com/cloudquery/plugin-sdk/issues/2385)) ([0eee0ed](https://redirect.github.com/cloudquery/plugin-sdk/commit/0eee0ed757b25aea0eac949a86f0cfda34cba1be)) - **deps:** Update module google.golang.org/grpc to v1.78.0 ([#&#8203;2383](https://redirect.github.com/cloudquery/plugin-sdk/issues/2383)) ([815d332](https://redirect.github.com/cloudquery/plugin-sdk/commit/815d332ae113cc493b29f7b38f82dbf0e947d67e)) </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 9ab4e48 commit e2e02d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
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.93.1
10+
github.com/cloudquery/plugin-sdk/v4 v4.94.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
@@ -25,7 +25,7 @@ require (
2525
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
2626
github.com/bahlo/generic-list-go v0.2.0 // indirect
2727
github.com/buger/jsonparser v1.1.1 // indirect
28-
github.com/cloudquery/cloudquery-api-go v1.14.7 // indirect
28+
github.com/cloudquery/cloudquery-api-go v1.14.8 // indirect
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3030
github.com/goccy/go-json v0.10.5 // indirect
3131
github.com/google/flatbuffers v25.9.23+incompatible // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
3232
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
3333
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
3434
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
35-
github.com/cloudquery/cloudquery-api-go v1.14.7 h1:j8XkwY7YMtZnXi655BTFLqadCs9PJtISkw9Au2+/8QY=
36-
github.com/cloudquery/cloudquery-api-go v1.14.7/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
35+
github.com/cloudquery/cloudquery-api-go v1.14.8 h1:iwXOQoVINrDQ69gtqBjWPSIdg7KcyLMq//FJkLxzUV4=
36+
github.com/cloudquery/cloudquery-api-go v1.14.8/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
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.93.1 h1:doZ1CA6LYgatqsJvfcOE7PNOaIbvktsWi4vEGyNnqQw=
40-
github.com/cloudquery/plugin-sdk/v4 v4.93.1/go.mod h1:1gs7aC8I7QAHu5FPffFUSHC/TjFv6V8w1gRLvd/U93g=
39+
github.com/cloudquery/plugin-sdk/v4 v4.94.0 h1:UCzNRc+emCloAo9gHVGjfAXLBf6+lYIQy6IvermV9lY=
40+
github.com/cloudquery/plugin-sdk/v4 v4.94.0/go.mod h1:aNzHPCc1gTQvwaI7PoS/8RjARMiAFhVGvEHbkoEoXKg=
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)