Skip to content

Commit e127332

Browse files
committed
fix(deps): Update dependency go to v1.24.2
1 parent a65b101 commit e127332

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module 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

75
require (
86
github.com/apache/arrow-go/v18 v18.2.0

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/cloudquery/plugin-sdk/v4
22

3-
go 1.23.4
4-
5-
toolchain go1.24.1
3+
go 1.24.2
64

75
require (
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

0 commit comments

Comments
 (0)