Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
Browse files Browse the repository at this point in the history
…1.12.3 (cloudquery#18613)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | require | patch | `v1.12.2` -> `v1.12.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary>

### [`v1.12.3`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.12.3)

[Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.12.2...v1.12.3)

##### Bug Fixes

-   Generate CloudQuery Go API Client from `spec.json` ([#&cloudquery#8203;198](https://togithub.com/cloudquery/cloudquery-api-go/issues/198)) ([7045185](https://togithub.com/cloudquery/cloudquery-api-go/commit/7045185d92d7590880a563cf6c61112216cdbfaf))
-   Generate CloudQuery Go API Client from `spec.json` ([#&cloudquery#8203;200](https://togithub.com/cloudquery/cloudquery-api-go/issues/200)) ([d307710](https://togithub.com/cloudquery/cloudquery-api-go/commit/d3077102422d6fb3a837719bc2514e3ea583477b))
-   Generate CloudQuery Go API Client from `spec.json` ([#&cloudquery#8203;201](https://togithub.com/cloudquery/cloudquery-api-go/issues/201)) ([a2c07e1](https://togithub.com/cloudquery/cloudquery-api-go/commit/a2c07e196f223af9336298619195e3d335e6984e))

</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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
cq-bot authored Jul 19, 2024
1 parent d0cbd51 commit 9f1ced6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/apache/arrow/go/v16 v16.1.0
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cenkalti/backoff/v4 v4.3.0
github.com/cloudquery/cloudquery-api-go v1.12.2
github.com/cloudquery/cloudquery-api-go v1.12.3
github.com/cloudquery/codegen v0.3.17
github.com/cloudquery/plugin-pb-go v1.20.6
github.com/cloudquery/plugin-sdk/v4 v4.49.3
Expand Down
4 changes: 2 additions & 2 deletions cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cloudquery/cloudquery-api-go v1.12.2 h1:kojgSTnRC7IQ0HnDgs81+MKMh09hWBpxkRnAu1BGQwc=
github.com/cloudquery/cloudquery-api-go v1.12.2/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw=
github.com/cloudquery/cloudquery-api-go v1.12.3 h1:JhW6o60JBrshXb59Omsv0DGckcmKd6TA+ytPBqhFGcY=
github.com/cloudquery/cloudquery-api-go v1.12.3/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw=
github.com/cloudquery/codegen v0.3.17 h1:TAuTv0thPnT3lxIlmrbC+oihq9mlEOuU6V/C36kUnzo=
github.com/cloudquery/codegen v0.3.17/go.mod h1:iMJkckeQSOniPJ7+Ww5oUjB9NLntwc//x2lNOyA9N6I=
github.com/cloudquery/godebouncer v0.0.0-20240220152946-054f7dbbcf18 h1:5Wy7tEhLm3l3+9ibNABU4EWKSRtCeiFTzGpJtNrGrtE=
Expand Down

0 comments on commit 9f1ced6

Please sign in to comment.