Skip to content

Commit 2107281

Browse files
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v1.14.12 (#2516)
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/cloudquery-api-go](https://redirect.github.com/cloudquery/cloudquery-api-go) | `v1.14.9` → `v1.14.12` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudquery%2fcloudquery-api-go/v1.14.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudquery%2fcloudquery-api-go/v1.14.9/v1.14.12?slim=true) | --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.14.12`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.14.12) [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.14.11...v1.14.12) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;367](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/367)) ([d2428e1](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/d2428e1d37dc2881e7dfb63e804d9ee4d375bb0f)) ### [`v1.14.11`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.14.11) [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.14.10...v1.14.11) ##### Bug Fixes - Cleaner error when not authenticated and token file is missing ([#&#8203;366](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/366)) ([e559cba](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/e559cbab0d571ee895a5835edc9cb5bccb6c2bc9)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;364](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/364)) ([c9fbe79](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/c9fbe79d895447d47db27184b5e59035a5c7f034)) ### [`v1.14.10`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.14.10) [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.14.9...v1.14.10) ##### Bug Fixes - **deps:** Update module github.com/oapi-codegen/runtime to v1.3.0 ([#&#8203;356](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/356)) ([b20fdd0](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/b20fdd0d9fe5ae37fdec8064574e61138f41f134)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;358](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/358)) ([6d381ab](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/6d381ab8302960adfe1e87f00395c19af90269f0)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;359](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/359)) ([b7198ee](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/b7198eef868f52e090560710e1e91378737a984d)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;360](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/360)) ([337e766](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/337e76658306292c5cadc8d861c9c41be0b08d61)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;361](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/361)) ([9b3fdd8](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/9b3fdd877c80da9552fa8a696cc1cd4000275cf8)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;362](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/362)) ([95ed8a2](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/95ed8a2e48d872800537538683f916d907889706)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;363](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/363)) ([4f8c0e5](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/4f8c0e5bc8299c893f5a241c33f267f8b137059d)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 94da8e3 commit 2107281

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/buger/jsonparser v1.1.2 // indirect
3333
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3434
github.com/cespare/xxhash/v2 v2.3.0 // indirect
35-
github.com/cloudquery/cloudquery-api-go v1.14.9 // indirect
35+
github.com/cloudquery/cloudquery-api-go v1.14.12 // indirect
3636
github.com/cloudquery/codegen v0.4.1 // indirect
3737
github.com/cloudquery/plugin-pb-go v1.27.15 // indirect
3838
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
@@ -54,8 +54,8 @@ github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1x
5454
github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
5555
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
5656
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
57-
github.com/cloudquery/cloudquery-api-go v1.14.9 h1:Za6Kr5LhIRx0iQExH4hAZnPEuFTUe3MOjip/gMQqCjI=
58-
github.com/cloudquery/cloudquery-api-go v1.14.9/go.mod h1:vcEX3PUxr492xuvg0vwV7wGFxBuRUOV6IeDhyyPtA4E=
57+
github.com/cloudquery/cloudquery-api-go v1.14.12 h1:iSJGYJGYnWlDPSky5lESuaghngWw5pdZrUHq43m9Ekk=
58+
github.com/cloudquery/cloudquery-api-go v1.14.12/go.mod h1:lXGJ0XbzQUUFN/xLUOosw/+yvlwNeeLD/GxlstUBc6w=
5959
github.com/cloudquery/codegen v0.4.1 h1:c9D18N925tUvnDeGHIl3JWKj37TyII9daHufkf8hU+Y=
6060
github.com/cloudquery/codegen v0.4.1/go.mod h1:QWIOD6R1aCa+YM+th+9Qt9lZw+ztdJR9JDEMLWyazwM=
6161
github.com/cloudquery/plugin-pb-go v1.27.15 h1:VCNKIiMp3X7KDYOvR5DRLkGR7ubMmd/k9/RwGn4IRZA=

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.38.4
1010
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.37.3
1111
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
12-
github.com/cloudquery/cloudquery-api-go v1.14.9
12+
github.com/cloudquery/cloudquery-api-go v1.14.12
1313
github.com/cloudquery/codegen v0.4.1
1414
github.com/cloudquery/plugin-pb-go v1.27.15
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
@@ -54,8 +54,8 @@ github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1x
5454
github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
5555
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
5656
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
57-
github.com/cloudquery/cloudquery-api-go v1.14.9 h1:Za6Kr5LhIRx0iQExH4hAZnPEuFTUe3MOjip/gMQqCjI=
58-
github.com/cloudquery/cloudquery-api-go v1.14.9/go.mod h1:vcEX3PUxr492xuvg0vwV7wGFxBuRUOV6IeDhyyPtA4E=
57+
github.com/cloudquery/cloudquery-api-go v1.14.12 h1:iSJGYJGYnWlDPSky5lESuaghngWw5pdZrUHq43m9Ekk=
58+
github.com/cloudquery/cloudquery-api-go v1.14.12/go.mod h1:lXGJ0XbzQUUFN/xLUOosw/+yvlwNeeLD/GxlstUBc6w=
5959
github.com/cloudquery/codegen v0.4.1 h1:c9D18N925tUvnDeGHIl3JWKj37TyII9daHufkf8hU+Y=
6060
github.com/cloudquery/codegen v0.4.1/go.mod h1:QWIOD6R1aCa+YM+th+9Qt9lZw+ztdJR9JDEMLWyazwM=
6161
github.com/cloudquery/jsonschema v0.0.0-20260327151118-8dfb902740f6 h1:5KvFfR2HlsFFSUpnjrfp0D3jv69sYV3VlxEfmBd4EL0=

0 commit comments

Comments
 (0)