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.6 (#1850)

This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://github.com/cloudquery/cloudquery-api-go/compare/v1.12.5...v1.12.6)

##### Bug Fixes

- Generate CloudQuery Go API Client from `spec.json`
([#&#8203;210](https://github.com/cloudquery/cloudquery-api-go/issues/210))
([b233506](https://github.com/cloudquery/cloudquery-api-go/commit/b2335062d61468d791f0719e7257752db84ced44))

</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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->

---------

Co-authored-by: cq-bot <cq-bot@users.noreply.github.com>
  • Loading branch information
cq-bot and cq-bot authored Aug 2, 2024
1 parent 779ebf5 commit 4ef35bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/simple_plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cloudquery/cloudquery-api-go v1.12.5 // indirect
github.com/cloudquery/cloudquery-api-go v1.12.6 // indirect
github.com/cloudquery/plugin-pb-go v1.21.4 // indirect
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/simple_plugin/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/cloudquery/cloudquery-api-go v1.12.5 h1:kN/xUofYCefKRqnF5hSfGVPjHcY0soFF1+VjPvqwFQ8=
github.com/cloudquery/cloudquery-api-go v1.12.5/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw=
github.com/cloudquery/cloudquery-api-go v1.12.6 h1:qs7sXOzwRZCvtwVdI/7HueLmPE59uInJKYwdfUwfOUM=
github.com/cloudquery/cloudquery-api-go v1.12.6/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw=
github.com/cloudquery/plugin-pb-go v1.21.4 h1:ZYhdj5aHUp1tRhEOMrIuJDq9lYkS9zrwmu2xnN1pphE=
github.com/cloudquery/plugin-pb-go v1.21.4/go.mod h1:RxhiaOjgQk/G00nKHaZMkP0q7jB+Ex4Dx+uj+NTJBig=
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.11
require (
github.com/apache/arrow/go/v17 v17.0.0
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/cloudquery-api-go v1.12.5
github.com/cloudquery/cloudquery-api-go v1.12.6
github.com/cloudquery/plugin-pb-go v1.21.4
github.com/cloudquery/plugin-sdk/v2 v2.7.0
github.com/goccy/go-json v0.10.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/cloudquery/cloudquery-api-go v1.12.5 h1:kN/xUofYCefKRqnF5hSfGVPjHcY0soFF1+VjPvqwFQ8=
github.com/cloudquery/cloudquery-api-go v1.12.5/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw=
github.com/cloudquery/cloudquery-api-go v1.12.6 h1:qs7sXOzwRZCvtwVdI/7HueLmPE59uInJKYwdfUwfOUM=
github.com/cloudquery/cloudquery-api-go v1.12.6/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw=
github.com/cloudquery/plugin-pb-go v1.21.4 h1:ZYhdj5aHUp1tRhEOMrIuJDq9lYkS9zrwmu2xnN1pphE=
github.com/cloudquery/plugin-pb-go v1.21.4/go.mod h1:RxhiaOjgQk/G00nKHaZMkP0q7jB+Ex4Dx+uj+NTJBig=
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
Expand Down

1 comment on commit 4ef35bf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 92.63

Please sign in to comment.