Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions plugins/destination/azblob/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.1
github.com/apache/arrow/go/v15 v15.0.0-20240115115805-d7bc55542e61
github.com/cloudquery/filetypes/v4 v4.2.9
github.com/cloudquery/codegen v0.3.12
github.com/cloudquery/filetypes/v4 v4.2.10
github.com/cloudquery/plugin-sdk/v4 v4.29.1
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.5.0
github.com/invopop/jsonschema v0.12.0
github.com/rs/zerolog v1.31.0
github.com/stretchr/testify v1.8.4
github.com/wk8/go-ordered-map/v2 v2.1.8
)

require (
Expand All @@ -39,7 +42,6 @@ require (
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.1 // indirect
github.com/cloudquery/cloudquery-api-go v1.7.2 // indirect
github.com/cloudquery/codegen v0.3.12 // indirect
github.com/cloudquery/plugin-pb-go v1.16.7 // indirect
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -66,7 +68,6 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/jsonschema v0.12.0 // indirect
github.com/iris-contrib/schema v0.0.6 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down Expand Up @@ -111,7 +112,6 @@ require (
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/yosssi/ace v0.0.5 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
go.opentelemetry.io/otel v1.20.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions plugins/destination/azblob/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ github.com/cloudquery/cloudquery-api-go v1.7.2 h1:jpQfeZUxekbV7ASN5ONpGIkrtKIZvC
github.com/cloudquery/cloudquery-api-go v1.7.2/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
github.com/cloudquery/codegen v0.3.12 h1:9BaYdwbMJU1HVT/BHI+ykhOhBGeXt8AjpvBiXN1KhKE=
github.com/cloudquery/codegen v0.3.12/go.mod h1:utqjurr58U8uqcPJe0rZjh06i0Eq9uAPGOmyIjq/1w8=
github.com/cloudquery/filetypes/v4 v4.2.9 h1:GbGGqJj9DK0Ivv8fRcE4SVc0c/PujuW7G0nXUncH0p8=
github.com/cloudquery/filetypes/v4 v4.2.9/go.mod h1:l+68s0LyCjkoP6IT8G3b94pEIhC8rV0TcmTyeN30pt4=
github.com/cloudquery/filetypes/v4 v4.2.10 h1:udShjKPGA5UxopPABR9sTS97w6fQBCJamKg8z0i4/qI=
github.com/cloudquery/filetypes/v4 v4.2.10/go.mod h1:bTycZwt3th5JbMn6rSlifUxa5WBnzimMy3iBlhUKDjI=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
github.com/cloudquery/plugin-pb-go v1.16.7 h1:wLx5TFvS6gAvD1dcBZdv5YSskcNCnNpF1JNituka5jM=
Expand Down
2 changes: 1 addition & 1 deletion plugins/destination/file/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.21.6
require (
github.com/apache/arrow/go/v15 v15.0.0
github.com/cloudquery/codegen v0.3.12
github.com/cloudquery/filetypes/v4 v4.2.9
github.com/cloudquery/filetypes/v4 v4.2.10
github.com/cloudquery/plugin-sdk/v4 v4.29.1
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions plugins/destination/file/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github.com/cloudquery/cloudquery-api-go v1.7.2 h1:jpQfeZUxekbV7ASN5ONpGIkrtKIZvC
github.com/cloudquery/cloudquery-api-go v1.7.2/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
github.com/cloudquery/codegen v0.3.12 h1:9BaYdwbMJU1HVT/BHI+ykhOhBGeXt8AjpvBiXN1KhKE=
github.com/cloudquery/codegen v0.3.12/go.mod h1:utqjurr58U8uqcPJe0rZjh06i0Eq9uAPGOmyIjq/1w8=
github.com/cloudquery/filetypes/v4 v4.2.9 h1:GbGGqJj9DK0Ivv8fRcE4SVc0c/PujuW7G0nXUncH0p8=
github.com/cloudquery/filetypes/v4 v4.2.9/go.mod h1:l+68s0LyCjkoP6IT8G3b94pEIhC8rV0TcmTyeN30pt4=
github.com/cloudquery/filetypes/v4 v4.2.10 h1:udShjKPGA5UxopPABR9sTS97w6fQBCJamKg8z0i4/qI=
github.com/cloudquery/filetypes/v4 v4.2.10/go.mod h1:bTycZwt3th5JbMn6rSlifUxa5WBnzimMy3iBlhUKDjI=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
github.com/cloudquery/plugin-pb-go v1.16.7 h1:wLx5TFvS6gAvD1dcBZdv5YSskcNCnNpF1JNituka5jM=
Expand Down
6 changes: 3 additions & 3 deletions plugins/destination/gcs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ require (
cloud.google.com/go/storage v1.36.0
github.com/apache/arrow/go/v15 v15.0.0-20240115115805-d7bc55542e61
github.com/cloudquery/codegen v0.3.12
github.com/cloudquery/filetypes/v4 v4.2.9
github.com/cloudquery/filetypes/v4 v4.2.10
github.com/cloudquery/plugin-sdk/v4 v4.29.1
github.com/google/uuid v1.5.0
github.com/invopop/jsonschema v0.12.0
github.com/rs/zerolog v1.31.0
github.com/stretchr/testify v1.8.4
github.com/wk8/go-ordered-map/v2 v2.1.8
)

require (
Expand Down Expand Up @@ -69,7 +71,6 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/jsonschema v0.12.0 // indirect
github.com/iris-contrib/schema v0.0.6 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down Expand Up @@ -112,7 +113,6 @@ require (
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/yosssi/ace v0.0.5 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
go.opencensus.io v0.24.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions plugins/destination/gcs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ github.com/cloudquery/cloudquery-api-go v1.7.2 h1:jpQfeZUxekbV7ASN5ONpGIkrtKIZvC
github.com/cloudquery/cloudquery-api-go v1.7.2/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
github.com/cloudquery/codegen v0.3.12 h1:9BaYdwbMJU1HVT/BHI+ykhOhBGeXt8AjpvBiXN1KhKE=
github.com/cloudquery/codegen v0.3.12/go.mod h1:utqjurr58U8uqcPJe0rZjh06i0Eq9uAPGOmyIjq/1w8=
github.com/cloudquery/filetypes/v4 v4.2.9 h1:GbGGqJj9DK0Ivv8fRcE4SVc0c/PujuW7G0nXUncH0p8=
github.com/cloudquery/filetypes/v4 v4.2.9/go.mod h1:l+68s0LyCjkoP6IT8G3b94pEIhC8rV0TcmTyeN30pt4=
github.com/cloudquery/filetypes/v4 v4.2.10 h1:udShjKPGA5UxopPABR9sTS97w6fQBCJamKg8z0i4/qI=
github.com/cloudquery/filetypes/v4 v4.2.10/go.mod h1:bTycZwt3th5JbMn6rSlifUxa5WBnzimMy3iBlhUKDjI=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
github.com/cloudquery/plugin-pb-go v1.16.7 h1:wLx5TFvS6gAvD1dcBZdv5YSskcNCnNpF1JNituka5jM=
Expand Down
2 changes: 1 addition & 1 deletion plugins/destination/kafka/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.21.6
require (
github.com/Shopify/sarama v1.37.2
github.com/apache/arrow/go/v15 v15.0.0-20240115115805-d7bc55542e61
github.com/cloudquery/filetypes/v4 v4.2.9
github.com/cloudquery/filetypes/v4 v4.2.10
github.com/cloudquery/plugin-sdk/v4 v4.29.1
github.com/rs/zerolog v1.31.0
)
Expand Down
4 changes: 2 additions & 2 deletions plugins/destination/kafka/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ github.com/cloudquery/cloudquery-api-go v1.7.2 h1:jpQfeZUxekbV7ASN5ONpGIkrtKIZvC
github.com/cloudquery/cloudquery-api-go v1.7.2/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
github.com/cloudquery/codegen v0.3.12 h1:9BaYdwbMJU1HVT/BHI+ykhOhBGeXt8AjpvBiXN1KhKE=
github.com/cloudquery/codegen v0.3.12/go.mod h1:utqjurr58U8uqcPJe0rZjh06i0Eq9uAPGOmyIjq/1w8=
github.com/cloudquery/filetypes/v4 v4.2.9 h1:GbGGqJj9DK0Ivv8fRcE4SVc0c/PujuW7G0nXUncH0p8=
github.com/cloudquery/filetypes/v4 v4.2.9/go.mod h1:l+68s0LyCjkoP6IT8G3b94pEIhC8rV0TcmTyeN30pt4=
github.com/cloudquery/filetypes/v4 v4.2.10 h1:udShjKPGA5UxopPABR9sTS97w6fQBCJamKg8z0i4/qI=
github.com/cloudquery/filetypes/v4 v4.2.10/go.mod h1:bTycZwt3th5JbMn6rSlifUxa5WBnzimMy3iBlhUKDjI=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
github.com/cloudquery/plugin-pb-go v1.16.7 h1:wLx5TFvS6gAvD1dcBZdv5YSskcNCnNpF1JNituka5jM=
Expand Down
2 changes: 1 addition & 1 deletion plugins/destination/s3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.26.6
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.15
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
github.com/cloudquery/filetypes/v4 v4.2.9
github.com/cloudquery/filetypes/v4 v4.2.10
github.com/cloudquery/plugin-sdk/v4 v4.29.1
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions plugins/destination/s3/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ github.com/cloudquery/cloudquery-api-go v1.7.2 h1:jpQfeZUxekbV7ASN5ONpGIkrtKIZvC
github.com/cloudquery/cloudquery-api-go v1.7.2/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
github.com/cloudquery/codegen v0.3.12 h1:9BaYdwbMJU1HVT/BHI+ykhOhBGeXt8AjpvBiXN1KhKE=
github.com/cloudquery/codegen v0.3.12/go.mod h1:utqjurr58U8uqcPJe0rZjh06i0Eq9uAPGOmyIjq/1w8=
github.com/cloudquery/filetypes/v4 v4.2.9 h1:GbGGqJj9DK0Ivv8fRcE4SVc0c/PujuW7G0nXUncH0p8=
github.com/cloudquery/filetypes/v4 v4.2.9/go.mod h1:l+68s0LyCjkoP6IT8G3b94pEIhC8rV0TcmTyeN30pt4=
github.com/cloudquery/filetypes/v4 v4.2.10 h1:udShjKPGA5UxopPABR9sTS97w6fQBCJamKg8z0i4/qI=
github.com/cloudquery/filetypes/v4 v4.2.10/go.mod h1:bTycZwt3th5JbMn6rSlifUxa5WBnzimMy3iBlhUKDjI=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
github.com/cloudquery/plugin-pb-go v1.16.7 h1:wLx5TFvS6gAvD1dcBZdv5YSskcNCnNpF1JNituka5jM=
Expand Down