Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/codegen to v0.3.21 (#599)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/codegen](https://togithub.com/cloudquery/codegen) | require | patch | `v0.3.20` -> `v0.3.21` |

---

### Release Notes

<details>
<summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary>

### [`v0.3.21`](https://togithub.com/cloudquery/codegen/releases/tag/v0.3.21)

[Compare Source](https://togithub.com/cloudquery/codegen/compare/v0.3.20...v0.3.21)

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.0 ([#&#8203;281](https://togithub.com/cloudquery/codegen/issues/281)) ([cce9d33](https://togithub.com/cloudquery/codegen/commit/cce9d338ef24d6310e35e9b6f17554e4eafd219b))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 ([#&#8203;283](https://togithub.com/cloudquery/codegen/issues/283)) ([490688b](https://togithub.com/cloudquery/codegen/commit/490688b00c10f2cc529c97acec8d13a363e64254))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.2 ([#&#8203;285](https://togithub.com/cloudquery/codegen/issues/285)) ([f623317](https://togithub.com/cloudquery/codegen/commit/f623317981716da6c72817a8260e23bdbfef8615))

</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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Dec 9, 2024
1 parent da92ff3 commit c3b7e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.3
require (
github.com/apache/arrow/go/v17 v17.0.0
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/codegen v0.3.20
github.com/cloudquery/codegen v0.3.21
github.com/cloudquery/plugin-sdk/v4 v4.70.2
github.com/goccy/go-json v0.10.3
github.com/invopop/jsonschema v0.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,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/cloudquery/cloudquery-api-go v1.13.4 h1:8xj16iU1LcN0uLUHeHhDjc5nJDtzdxan07HiVAgJz1Q=
github.com/cloudquery/cloudquery-api-go v1.13.4/go.mod h1:nbc7ROHjJAnLGP306pCrpNwBCNLjUyNd5u6Y/+QsmKw=
github.com/cloudquery/codegen v0.3.20 h1:kpKXmjfw7ne1oHkmi9a/eoS4DNfBYHA3+RreK6YvBJw=
github.com/cloudquery/codegen v0.3.20/go.mod h1:xzDo8KL3E//qggtkm1hJGlj26kxq/Yw55k3VLrunbPQ=
github.com/cloudquery/codegen v0.3.21 h1:9ag/57oS90pjFhsq/abv342o7Ber+IWCOtHThIe0bFc=
github.com/cloudquery/codegen v0.3.21/go.mod h1:yeQd2PXMqQf9rvKjOW4CMZTrMMkkashX+V8wX96d6i0=
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
github.com/cloudquery/plugin-sdk/v4 v4.70.2 h1:va9B7FrJFsCQvqCJnylTgg54XDh6rq/gUakvwvd4zdM=
Expand Down

0 comments on commit c3b7e30

Please sign in to comment.