Skip to content

Commit 1fe81c8

Browse files
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.95.1 (#432)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | `v4.95.0` → `v4.95.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudquery%2fplugin-sdk%2fv4/v4.95.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudquery%2fplugin-sdk%2fv4/v4.95.0/v4.95.1?slim=true) | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.95.1`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.95.1) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.95.0...v4.95.1) ##### Bug Fixes - **deps:** Update github.com/cloudquery/jsonschema digest to [`8dfb902`](https://redirect.github.com/cloudquery/plugin-sdk/commit/8dfb902) ([#&#8203;2466](https://redirect.github.com/cloudquery/plugin-sdk/issues/2466)) ([6b54996](https://redirect.github.com/cloudquery/plugin-sdk/commit/6b54996ab46acd975d1147a3f1c2a8291efbcba4)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.9 ([#&#8203;2459](https://redirect.github.com/cloudquery/plugin-sdk/issues/2459)) ([68b78c1](https://redirect.github.com/cloudquery/plugin-sdk/commit/68b78c1c81dee2415ebbaf86c6e91d898542b214)) - **deps:** Update module github.com/cloudquery/codegen to v0.4.1 ([#&#8203;2468](https://redirect.github.com/cloudquery/plugin-sdk/issues/2468)) ([64f01c0](https://redirect.github.com/cloudquery/plugin-sdk/commit/64f01c0d18447f037e5361ed28843237530a0b9e)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.12 ([#&#8203;2460](https://redirect.github.com/cloudquery/plugin-sdk/issues/2460)) ([d304516](https://redirect.github.com/cloudquery/plugin-sdk/commit/d3045169302cd6d027f3b60a941db22f64b904a3)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.13 ([#&#8203;2463](https://redirect.github.com/cloudquery/plugin-sdk/issues/2463)) ([2623f3c](https://redirect.github.com/cloudquery/plugin-sdk/commit/2623f3c499d322522c7a1773f6da353ed5913983)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.14 ([#&#8203;2477](https://redirect.github.com/cloudquery/plugin-sdk/issues/2477)) ([9364ffa](https://redirect.github.com/cloudquery/plugin-sdk/commit/9364ffa40d9c908843ee2e50b45f9f652bd219e1)) - **deps:** Update module github.com/getsentry/sentry-go to v0.44.1 ([#&#8203;2471](https://redirect.github.com/cloudquery/plugin-sdk/issues/2471)) ([ab459ad](https://redirect.github.com/cloudquery/plugin-sdk/commit/ab459ad394a7e29edc9ea2d426e3b77613efb8ac)) - **deps:** Update module golang.org/x/oauth2 to v0.36.0 ([#&#8203;2472](https://redirect.github.com/cloudquery/plugin-sdk/issues/2472)) ([e4cbbb5](https://redirect.github.com/cloudquery/plugin-sdk/commit/e4cbbb522dec8bf68af6db50926c910742792236)) - **deps:** Update opentelemetry-go monorepo ([#&#8203;2473](https://redirect.github.com/cloudquery/plugin-sdk/issues/2473)) ([d36cc11](https://redirect.github.com/cloudquery/plugin-sdk/commit/d36cc11141c93fea6230b381458250109a8d86d9)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My44OS41IiwidXBkYXRlZEluVmVyIjoiNDMuODkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent d9860de commit 1fe81c8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.95.0
10+
github.com/cloudquery/plugin-sdk/v4 v4.95.1
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.2 // indirect
28-
github.com/cloudquery/cloudquery-api-go v1.14.8 // indirect
28+
github.com/cloudquery/cloudquery-api-go v1.14.9 // indirect
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3030
github.com/goccy/go-json v0.10.6 // indirect
3131
github.com/google/flatbuffers v25.12.19+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.2 h1:frqHqw7otoVbk5M8LlE/L7HTnIq2v9RX6EJ48i9AxJk=
3434
github.com/buger/jsonparser v1.1.2/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
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=
35+
github.com/cloudquery/cloudquery-api-go v1.14.9 h1:Za6Kr5LhIRx0iQExH4hAZnPEuFTUe3MOjip/gMQqCjI=
36+
github.com/cloudquery/cloudquery-api-go v1.14.9/go.mod h1:vcEX3PUxr492xuvg0vwV7wGFxBuRUOV6IeDhyyPtA4E=
3737
github.com/cloudquery/jsonschema v0.0.0-20260327151118-8dfb902740f6 h1:5KvFfR2HlsFFSUpnjrfp0D3jv69sYV3VlxEfmBd4EL0=
3838
github.com/cloudquery/jsonschema v0.0.0-20260327151118-8dfb902740f6/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
39-
github.com/cloudquery/plugin-sdk/v4 v4.95.0 h1:r7QnJchvRypdIm2l1G9CMB6CJWJIa1vlC/b/H5EbvPI=
40-
github.com/cloudquery/plugin-sdk/v4 v4.95.0/go.mod h1:qwviFqLUEgZ/Owm8Dp0lnxYA3GeKML9T9F+hK70EqkA=
39+
github.com/cloudquery/plugin-sdk/v4 v4.95.1 h1:fUnw4HMrrwkBeHsB5hAzcpX0NxGyJpJlh5rsYnCGGR8=
40+
github.com/cloudquery/plugin-sdk/v4 v4.95.1/go.mod h1:BdyDrRpfBgv0OncHqekDSgAZRrGv5Q8qMMNLda5ZC98=
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)