Skip to content

Commit 5d84688

Browse files
authored
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v1.14.6 (#2339)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery-api-go](https://redirect.github.com/cloudquery/cloudquery-api-go) | require | patch | `v1.14.5` -> `v1.14.6` | --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.14.6`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.14.6) [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.14.5...v1.14.6) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;331](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/331)) ([04860b2](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/04860b27f7a42b8928c9c3b820ec9a67f3246e99)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;333](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/333)) ([c0ea4fb](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/c0ea4fb176ca14761f7db0264ed48d0d0a61498a)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;334](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/334)) ([8c3d7e1](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/8c3d7e17cd5454cfc38f6a8957cdec16da678794)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;335](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/335)) ([ed62fb1](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/ed62fb1d3f5f2f5dd38528d6b5a7035f5fae88a1)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;336](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/336)) ([fc7968c](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/fc7968c99994838255f0c57aaff3a8022e6de21b)) </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 246e597 commit 5d84688

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/bahlo/generic-list-go v0.2.0 // indirect
3232
github.com/buger/jsonparser v1.1.1 // indirect
3333
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
34-
github.com/cloudquery/cloudquery-api-go v1.14.5 // indirect
34+
github.com/cloudquery/cloudquery-api-go v1.14.6 // indirect
3535
github.com/cloudquery/codegen v0.3.33 // indirect
3636
github.com/cloudquery/plugin-pb-go v1.26.18 // indirect
3737
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect

examples/simple_plugin/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
5252
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
5353
github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8=
5454
github.com/cenkalti/backoff/v5 v5.0.2/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
55-
github.com/cloudquery/cloudquery-api-go v1.14.5 h1:XTQwTvRrAdCQkWfs0MQqi4hf756Hg1CFTszh7NtZMAw=
56-
github.com/cloudquery/cloudquery-api-go v1.14.5/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
55+
github.com/cloudquery/cloudquery-api-go v1.14.6 h1:lY0ndk5XAe84EronTCg8AnB40FwHCbAYpM4QEPzEb9E=
56+
github.com/cloudquery/cloudquery-api-go v1.14.6/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
5757
github.com/cloudquery/codegen v0.3.33 h1:EsQjaiupoTgUvwYNmeHy2Wj3XWrpXXojnGZmnV9GpLM=
5858
github.com/cloudquery/codegen v0.3.33/go.mod h1:abfJ0HDW4Elh+ppwbKrCuAsXfZUmaWyY+4SgUyfQndg=
5959
github.com/cloudquery/plugin-pb-go v1.26.18 h1:IFr4F7e1Fk5P5eBKjchP+lLAyHJhbqxsC8nJQFzLZOI=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/aws/aws-sdk-go-v2/service/licensemanager v1.37.0
1010
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.35.0
1111
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
12-
github.com/cloudquery/cloudquery-api-go v1.14.5
12+
github.com/cloudquery/cloudquery-api-go v1.14.6
1313
github.com/cloudquery/codegen v0.3.33
1414
github.com/cloudquery/plugin-pb-go v1.26.18
1515
github.com/cloudquery/plugin-sdk/v2 v2.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
5252
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
5353
github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8=
5454
github.com/cenkalti/backoff/v5 v5.0.2/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
55-
github.com/cloudquery/cloudquery-api-go v1.14.5 h1:XTQwTvRrAdCQkWfs0MQqi4hf756Hg1CFTszh7NtZMAw=
56-
github.com/cloudquery/cloudquery-api-go v1.14.5/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
55+
github.com/cloudquery/cloudquery-api-go v1.14.6 h1:lY0ndk5XAe84EronTCg8AnB40FwHCbAYpM4QEPzEb9E=
56+
github.com/cloudquery/cloudquery-api-go v1.14.6/go.mod h1:d+I8E+z3vmvTvCNXZ5YNhxV9InY/i1siXa0vCYq+ABk=
5757
github.com/cloudquery/codegen v0.3.33 h1:EsQjaiupoTgUvwYNmeHy2Wj3XWrpXXojnGZmnV9GpLM=
5858
github.com/cloudquery/codegen v0.3.33/go.mod h1:abfJ0HDW4Elh+ppwbKrCuAsXfZUmaWyY+4SgUyfQndg=
5959
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=

0 commit comments

Comments
 (0)