Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/codegen to v0.3.18 (#547)
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.17` -> `v0.3.18` |

---

### Release Notes

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

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

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

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.1 ([#&#8203;236](https://togithub.com/cloudquery/codegen/issues/236)) ([3da7787](https://togithub.com/cloudquery/codegen/commit/3da778708dc4ffd53fc7b9afcef15916c49e82c0))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.2 ([#&#8203;238](https://togithub.com/cloudquery/codegen/issues/238)) ([f212088](https://togithub.com/cloudquery/codegen/commit/f212088516c5f267d6c9e87aa258b2a0e6e2a5e9))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 ([#&#8203;239](https://togithub.com/cloudquery/codegen/issues/239)) ([c434c23](https://togithub.com/cloudquery/codegen/commit/c434c235082b0b1ebd1d956cae2041f19e2e18ce))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.50.1 ([#&#8203;240](https://togithub.com/cloudquery/codegen/issues/240)) ([494674f](https://togithub.com/cloudquery/codegen/commit/494674f2f8dc9d503e0cafd18cba7dbfe4c83088))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMyIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Jul 22, 2024
1 parent c43a0e5 commit 385c3b9
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 @@ -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/codegen v0.3.17
github.com/cloudquery/codegen v0.3.18
github.com/cloudquery/plugin-sdk/v4 v4.50.1
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.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/codegen v0.3.18 h1:XBAWkplSucWoSeU5nNWsSezVD3iYeKD3O9/f1vHrz4g=
github.com/cloudquery/codegen v0.3.18/go.mod h1:WT4VyvOf4HQdvz+ca3orArSLpndJeA2+vpdNLPDzVFs=
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.50.1 h1:YvaIuiOQGRbky3WZ7DUxLzggWYNK8r0TSqiMy+W+ZYc=
Expand Down

0 comments on commit 385c3b9

Please sign in to comment.