Skip to content

Commit 1fd7b1e

Browse files
authored
fix(deps): Update module github.com/cloudquery/codegen to v0.3.27 (#2148)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://redirect.github.com/cloudquery/codegen) | require | patch | `v0.3.26` -> `v0.3.27` | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.27`](https://redirect.github.com/cloudquery/codegen/releases/tag/v0.3.27) [Compare Source](https://redirect.github.com/cloudquery/codegen/compare/v0.3.26...v0.3.27) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`7e4ce0a`](https://redirect.github.com/cloudquery/codegen/commit/7e4ce0a) ([#&#8203;330](https://redirect.github.com/cloudquery/codegen/issues/330)) ([a66a902](https://redirect.github.com/cloudquery/codegen/commit/a66a90272f2f5507af37aad708bda2155f0e5317)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.78.0 ([#&#8203;328](https://redirect.github.com/cloudquery/codegen/issues/328)) ([3cb69d1](https://redirect.github.com/cloudquery/codegen/commit/3cb69d1b598da745eb7ea5fb3909983dda2451ba)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.0 ([#&#8203;329](https://redirect.github.com/cloudquery/codegen/issues/329)) ([ad096d1](https://redirect.github.com/cloudquery/codegen/commit/ad096d17025b62ceeaf13baaf39e11f603bb9f27)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#&#8203;333](https://redirect.github.com/cloudquery/codegen/issues/333)) ([ec71147](https://redirect.github.com/cloudquery/codegen/commit/ec711471ed22cfbe74b1e0860698e539757ffa16)) - **deps:** Update module golang.org/x/net to v0.38.0 \[SECURITY] ([#&#8203;326](https://redirect.github.com/cloudquery/codegen/issues/326)) ([3ecede4](https://redirect.github.com/cloudquery/codegen/commit/3ecede45d7597b0c426fb5bb280dfd483215b3ab)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 3adf5a7 commit 1fd7b1e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/buger/jsonparser v1.1.1 // indirect
3434
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3535
github.com/cloudquery/cloudquery-api-go v1.13.9 // indirect
36-
github.com/cloudquery/codegen v0.3.26 // indirect
36+
github.com/cloudquery/codegen v0.3.27 // indirect
3737
github.com/cloudquery/plugin-pb-go v1.26.10 // indirect
3838
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
3939
github.com/davecgh/go-spew v1.1.1 // indirect

examples/simple_plugin/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
5252
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
5353
github.com/cloudquery/cloudquery-api-go v1.13.9 h1:XudJusEJ0+kPa2/GXoZPuphR8gTRvHZ49dq53sTrWME=
5454
github.com/cloudquery/cloudquery-api-go v1.13.9/go.mod h1:ZhEjPkDGDL2KZKlQLUnsgQ0mPz3qC7qftr37q3q+IcA=
55-
github.com/cloudquery/codegen v0.3.26 h1:cWORVpObYW5/0LnjC0KO/Ocg1+vbZivJfFd+sMpb5ZY=
56-
github.com/cloudquery/codegen v0.3.26/go.mod h1:bg/M1JxFvNVABMLMFb/uAQmTGAyI2L/E4zL4kho9RFs=
55+
github.com/cloudquery/codegen v0.3.27 h1:1Hbow/40xocFgFJE/fucwJNMbfcBZP86EDodJZJVaWI=
56+
github.com/cloudquery/codegen v0.3.27/go.mod h1:KOwjraLQGjc2EWu/Bv5ZVVqf1XxWbbUAohM/KiPOTa8=
5757
github.com/cloudquery/plugin-pb-go v1.26.10 h1:VNRk3JMLR7+pCXGCk4729I8r3vTrn64qonCs+4KY7+M=
5858
github.com/cloudquery/plugin-pb-go v1.26.10/go.mod h1:OVk5GXAlz8u6+sNlBgYxzpP+pYU+TqyyQV6FqMBBcIM=
5959
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.29.0
1313
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
1414
github.com/cloudquery/cloudquery-api-go v1.13.9
15-
github.com/cloudquery/codegen v0.3.26
15+
github.com/cloudquery/codegen v0.3.27
1616
github.com/cloudquery/plugin-pb-go v1.26.10
1717
github.com/cloudquery/plugin-sdk/v2 v2.7.0
1818
github.com/goccy/go-json v0.10.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
5252
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
5353
github.com/cloudquery/cloudquery-api-go v1.13.9 h1:XudJusEJ0+kPa2/GXoZPuphR8gTRvHZ49dq53sTrWME=
5454
github.com/cloudquery/cloudquery-api-go v1.13.9/go.mod h1:ZhEjPkDGDL2KZKlQLUnsgQ0mPz3qC7qftr37q3q+IcA=
55-
github.com/cloudquery/codegen v0.3.26 h1:cWORVpObYW5/0LnjC0KO/Ocg1+vbZivJfFd+sMpb5ZY=
56-
github.com/cloudquery/codegen v0.3.26/go.mod h1:bg/M1JxFvNVABMLMFb/uAQmTGAyI2L/E4zL4kho9RFs=
55+
github.com/cloudquery/codegen v0.3.27 h1:1Hbow/40xocFgFJE/fucwJNMbfcBZP86EDodJZJVaWI=
56+
github.com/cloudquery/codegen v0.3.27/go.mod h1:KOwjraLQGjc2EWu/Bv5ZVVqf1XxWbbUAohM/KiPOTa8=
5757
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
5858
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
5959
github.com/cloudquery/plugin-pb-go v1.26.10 h1:VNRk3JMLR7+pCXGCk4729I8r3vTrn64qonCs+4KY7+M=

0 commit comments

Comments
 (0)