Skip to content

Commit 3921a55

Browse files
authored
fix(deps): Update module github.com/cloudquery/codegen to v0.3.5 (#14446)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://togithub.com/cloudquery/codegen) | require | patch | `v0.3.4` -> `v0.3.5` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.5`](https://togithub.com/cloudquery/codegen/releases/tag/v0.3.5) [Compare Source](https://togithub.com/cloudquery/codegen/compare/v0.3.4...v0.3.5) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.1 ([#&#8203;40](https://togithub.com/cloudquery/codegen/issues/40)) ([98aa56c](https://togithub.com/cloudquery/codegen/commit/98aa56ccd10aa214226778b79203f2067bb5b6aa)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.2 ([#&#8203;42](https://togithub.com/cloudquery/codegen/issues/42)) ([7e845b6](https://togithub.com/cloudquery/codegen/commit/7e845b60e90bf0d177f41474269b560d38ee7e8a)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.3 ([#&#8203;43](https://togithub.com/cloudquery/codegen/issues/43)) ([b537cc6](https://togithub.com/cloudquery/codegen/commit/b537cc6f16d0925cd1e087ab12c5e0e1bd135296)) - Fix type name clashing & nullability issues ([#&#8203;39](https://togithub.com/cloudquery/codegen/issues/39)) ([6940313](https://togithub.com/cloudquery/codegen/commit/69403134c4e982cd0be5643dce8fcfa00a116285)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 4cb898e commit 3921a55

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

plugins/source/alicloud/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aliyun/alibaba-cloud-sdk-go v1.62.266
77
github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible
88
github.com/apache/arrow/go/v14 v14.0.0-20230929201650-00efb06dc0de
9-
github.com/cloudquery/codegen v0.3.4
9+
github.com/cloudquery/codegen v0.3.5
1010
github.com/cloudquery/plugin-sdk/v4 v4.12.3
1111
github.com/golang/mock v1.5.0
1212
github.com/pkg/errors v0.9.1

plugins/source/alicloud/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ github.com/cloudquery/arrow/go/v14 v14.0.0-20231002001222-7ded38b478cd h1:LtWC4o
102102
github.com/cloudquery/arrow/go/v14 v14.0.0-20231002001222-7ded38b478cd/go.mod h1:/SqmdO2dsWqFHqQQeupnsr0ollL8C91n3x0I72rArY8=
103103
github.com/cloudquery/cloudquery-api-go v1.2.4 h1:IFu1PajNJEVj1IRN6bYa4fW10gDVfuqvr4HbQACpI7Q=
104104
github.com/cloudquery/cloudquery-api-go v1.2.4/go.mod h1:oyNUZZ6CKjPapxMbmE/qR2vdo9/G+tuCdF7uXT1LYuM=
105-
github.com/cloudquery/codegen v0.3.4 h1:i3iz/JoZonnxpTJpUW6W11yFft+9L74cXC/Y/juvtCI=
106-
github.com/cloudquery/codegen v0.3.4/go.mod h1:yBakGbEKNMMPBmLK2IS4r59rTOmVQqB46ueRvTxW1jc=
105+
github.com/cloudquery/codegen v0.3.5 h1:PcWEOM5H8Ck8U3QHjpiACd+Nf7bipbaa/sC1SxZBgFk=
106+
github.com/cloudquery/codegen v0.3.5/go.mod h1:cw8AcB227i6drp3miw3srEuVW49xlm5k/EUd6bbdkVc=
107107
github.com/cloudquery/plugin-pb-go v1.12.1 h1:lxCe/ovcbmY4i0N5ko1fH5PIllosIwbXTvrRqZ/UBeg=
108108
github.com/cloudquery/plugin-pb-go v1.12.1/go.mod h1:+20GGdx/k9ApU56ix5QrPIGfzn0WA7VJlExgaHnNGzc=
109109
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=

plugins/source/fastly/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21.1
44

55
require (
66
github.com/apache/arrow/go/v14 v14.0.0-20230929201650-00efb06dc0de
7-
github.com/cloudquery/codegen v0.3.4
7+
github.com/cloudquery/codegen v0.3.5
88
github.com/cloudquery/plugin-sdk/v4 v4.12.3
99
github.com/fastly/go-fastly/v7 v7.0.0
1010
github.com/golang/mock v1.6.0

plugins/source/fastly/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/cloudquery/arrow/go/v14 v14.0.0-20231002001222-7ded38b478cd h1:LtWC4o
9898
github.com/cloudquery/arrow/go/v14 v14.0.0-20231002001222-7ded38b478cd/go.mod h1:/SqmdO2dsWqFHqQQeupnsr0ollL8C91n3x0I72rArY8=
9999
github.com/cloudquery/cloudquery-api-go v1.2.4 h1:IFu1PajNJEVj1IRN6bYa4fW10gDVfuqvr4HbQACpI7Q=
100100
github.com/cloudquery/cloudquery-api-go v1.2.4/go.mod h1:oyNUZZ6CKjPapxMbmE/qR2vdo9/G+tuCdF7uXT1LYuM=
101-
github.com/cloudquery/codegen v0.3.4 h1:i3iz/JoZonnxpTJpUW6W11yFft+9L74cXC/Y/juvtCI=
102-
github.com/cloudquery/codegen v0.3.4/go.mod h1:yBakGbEKNMMPBmLK2IS4r59rTOmVQqB46ueRvTxW1jc=
101+
github.com/cloudquery/codegen v0.3.5 h1:PcWEOM5H8Ck8U3QHjpiACd+Nf7bipbaa/sC1SxZBgFk=
102+
github.com/cloudquery/codegen v0.3.5/go.mod h1:cw8AcB227i6drp3miw3srEuVW49xlm5k/EUd6bbdkVc=
103103
github.com/cloudquery/plugin-pb-go v1.12.1 h1:lxCe/ovcbmY4i0N5ko1fH5PIllosIwbXTvrRqZ/UBeg=
104104
github.com/cloudquery/plugin-pb-go v1.12.1/go.mod h1:+20GGdx/k9ApU56ix5QrPIGfzn0WA7VJlExgaHnNGzc=
105105
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=

plugins/source/vault/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21.1
44

55
require (
66
github.com/apache/arrow/go/v14 v14.0.0-20230929201650-00efb06dc0de
7-
github.com/cloudquery/codegen v0.3.4
7+
github.com/cloudquery/codegen v0.3.5
88
github.com/cloudquery/plugin-sdk/v4 v4.12.3
99
github.com/golang/mock v1.4.4
1010
github.com/hashicorp/vault/api v1.9.2

plugins/source/vault/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ github.com/cloudquery/arrow/go/v14 v14.0.0-20231002001222-7ded38b478cd h1:LtWC4o
102102
github.com/cloudquery/arrow/go/v14 v14.0.0-20231002001222-7ded38b478cd/go.mod h1:/SqmdO2dsWqFHqQQeupnsr0ollL8C91n3x0I72rArY8=
103103
github.com/cloudquery/cloudquery-api-go v1.2.4 h1:IFu1PajNJEVj1IRN6bYa4fW10gDVfuqvr4HbQACpI7Q=
104104
github.com/cloudquery/cloudquery-api-go v1.2.4/go.mod h1:oyNUZZ6CKjPapxMbmE/qR2vdo9/G+tuCdF7uXT1LYuM=
105-
github.com/cloudquery/codegen v0.3.4 h1:i3iz/JoZonnxpTJpUW6W11yFft+9L74cXC/Y/juvtCI=
106-
github.com/cloudquery/codegen v0.3.4/go.mod h1:yBakGbEKNMMPBmLK2IS4r59rTOmVQqB46ueRvTxW1jc=
105+
github.com/cloudquery/codegen v0.3.5 h1:PcWEOM5H8Ck8U3QHjpiACd+Nf7bipbaa/sC1SxZBgFk=
106+
github.com/cloudquery/codegen v0.3.5/go.mod h1:cw8AcB227i6drp3miw3srEuVW49xlm5k/EUd6bbdkVc=
107107
github.com/cloudquery/plugin-pb-go v1.12.1 h1:lxCe/ovcbmY4i0N5ko1fH5PIllosIwbXTvrRqZ/UBeg=
108108
github.com/cloudquery/plugin-pb-go v1.12.1/go.mod h1:+20GGdx/k9ApU56ix5QrPIGfzn0WA7VJlExgaHnNGzc=
109109
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=

0 commit comments

Comments
 (0)