Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/plugin-sdk/v3 to v3.10…
Browse files Browse the repository at this point in the history
….3 (#11216)



#### Summary

Extracted from #11150 as the scaffold update required some massaging to the `go.mod` file

<!--
  • Loading branch information
erezrokah committed Jun 5, 2023
1 parent ee2b208 commit f7ac733
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions scaffold/cmd/templates/source/go.mod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ module github.com/{{.Org}}/cq-source-{{.Name}}
go 1.19

require (
github.com/cloudquery/plugin-sdk/v3 v3.7.0
github.com/rs/zerolog v1.28.0
github.com/apache/arrow/go/v13 e07e22c5580a
github.com/apache/arrow/go/v13 v13.0.0-20230531201200-cbc17a98dfd9
github.com/cloudquery/plugin-pb-go v1.0.8
github.com/cloudquery/plugin-sdk/v3 v3.10.3
github.com/rs/zerolog v1.29.0
)

replace github.com/apache/arrow/go/v13 => github.com/cloudquery/arrow/go/v13 c67fb399078b
replace github.com/apache/arrow/go/v13 => github.com/cloudquery/arrow/go/v13 v13.0.0-20230604001431-20b0de916698

require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
)

0 comments on commit f7ac733

Please sign in to comment.