File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11module github.com/cloudquery/plugin-sdk/examples/simple_plugin
22
3- go 1.23.4
4-
5- toolchain go1.24.1
3+ go 1.24.2
64
75require (
86 github.com/apache/arrow-go/v18 v18.2.0
Original file line number Diff line number Diff line change 11module github.com/cloudquery/plugin-sdk/v4
22
3- go 1.23.4
4-
5- toolchain go1.24.1
3+ go 1.24.2
64
75require (
86 github.com/apache/arrow-go/v18 v18.2.0
@@ -12,6 +10,7 @@ require (
1210 github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.29.0
1311 github.com/bradleyjkemp/cupaloy/v2 v2.8.0
1412 github.com/cloudquery/cloudquery-api-go v1.13.8
13+ github.com/cloudquery/codegen v0.3.26
1514 github.com/cloudquery/plugin-pb-go v1.26.9
1615 github.com/cloudquery/plugin-sdk/v2 v2.7.0
1716 github.com/goccy/go-json v0.10.5
@@ -65,7 +64,6 @@ require (
6564 github.com/bahlo/generic-list-go v0.2.0 // indirect
6665 github.com/buger/jsonparser v1.1.1 // indirect
6766 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
68- github.com/cloudquery/codegen v0.3.26 // indirect
6967 github.com/davecgh/go-spew v1.1.1 // indirect
7068 github.com/ghodss/yaml v1.0.0 // indirect
7169 github.com/go-logr/logr v1.4.2 // indirect
You can’t perform that action at this time.
0 commit comments