Skip to content

Commit 248672b

Browse files
cq-botrenovate-bot
andauthored
fix(deps): Update github.com/apache/arrow/go/v14 digest to a526ba6 (#13562)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/apache/arrow/go/v14](https://togithub.com/apache/arrow) | require | digest | `a069d71` -> `a526ba6` | | [github.com/apache/arrow/go/v14](https://togithub.com/apache/arrow) | indirect | digest | `a069d71` -> `a526ba6` | | [github.com/apache/arrow/go/v14](https://togithub.com/apache/arrow) | require | digest | `b6c0ea4` -> `a526ba6` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuODEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Renovate Bot <[email protected]>
1 parent 163aa94 commit 248672b

File tree

55 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+55
-55
lines changed

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/cli
33
go 1.21.0
44

55
require (
6-
github.com/apache/arrow/go/v14 v14.0.0-20230826001106-a069d71cc1bcd
6+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
88
github.com/cloudquery/plugin-pb-go v1.9.4
99
github.com/cloudquery/plugin-sdk/v4 v4.6.0

plugins/destination/azblob/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.2
77
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
8-
github.com/apache/arrow/go/v14 v14.0.0-20230901024001-b6c0ea455d08
8+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
99
github.com/cloudquery/filetypes/v4 v4.1.11
1010
github.com/cloudquery/plugin-sdk/v4 v4.6.3
1111
github.com/google/go-cmp v0.5.9

plugins/destination/bigquery/go.mod

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

55
require (
66
cloud.google.com/go/bigquery v1.53.0
7-
github.com/apache/arrow/go/v14 v14.0.0-20230826001106-a069d71cc1bcd
7+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
88
github.com/cloudquery/plugin-sdk/v4 v4.6.0
99
github.com/goccy/go-json v0.10.2
1010
github.com/rs/zerolog v1.29.1

plugins/destination/clickhouse/go.mod

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

55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.10.1
7-
github.com/apache/arrow/go/v14 v14.0.0-20230826001106-a069d71cc1bcd
7+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
88
github.com/cloudquery/plugin-sdk/v4 v4.6.0
99
github.com/google/uuid v1.3.0
1010
github.com/rs/zerolog v1.29.1

plugins/destination/duckdb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/plugins/destination/duckdb
33
go 1.20
44

55
require (
6-
github.com/apache/arrow/go/v14 v14.0.0-20230826001106-a069d71cc1bcd
6+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
77
github.com/cenkalti/backoff/v4 v4.2.1
88
github.com/cloudquery/plugin-sdk/v4 v4.6.0
99
github.com/google/uuid v1.3.0

plugins/destination/elasticsearch/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/plugins/destination/elasticsearch
33
go 1.20
44

55
require (
6-
github.com/apache/arrow/go/v14 v14.0.0-20230901024001-b6c0ea455d08
6+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
77
github.com/cenkalti/backoff/v4 v4.2.1
88
github.com/cloudquery/plugin-sdk/v4 v4.6.3
99
github.com/elastic/go-elasticsearch/v8 v8.6.0

plugins/destination/file/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/plugins/destination/file
33
go 1.20
44

55
require (
6-
github.com/apache/arrow/go/v14 v14.0.0-20230901024001-b6c0ea455d08
6+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
77
github.com/cloudquery/filetypes/v4 v4.1.11
88
github.com/cloudquery/plugin-sdk/v4 v4.6.3
99
github.com/google/go-cmp v0.5.9

plugins/destination/firehose/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/plugins/destination/firehose
33
go 1.20
44

55
require (
6-
github.com/apache/arrow/go/v14 v14.0.0-20230826001106-a069d71cc1bcd
6+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
77
github.com/aws/aws-sdk-go-v2 v1.21.0
88
github.com/aws/aws-sdk-go-v2/config v1.18.38
99
github.com/aws/aws-sdk-go-v2/service/firehose v1.17.5

plugins/destination/gcs/go.mod

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

55
require (
66
cloud.google.com/go/storage v1.30.1
7-
github.com/apache/arrow/go/v14 v14.0.0-20230901024001-b6c0ea455d08
7+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
88
github.com/cloudquery/filetypes/v4 v4.1.11
99
github.com/cloudquery/plugin-sdk/v4 v4.6.3
1010
github.com/google/uuid v1.3.1

plugins/destination/gremlin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/plugins/destination/gremlin
33
go 1.20
44

55
require (
6-
github.com/apache/arrow/go/v14 v14.0.0-20230901024001-b6c0ea455d08
6+
github.com/apache/arrow/go/v14 v14.0.0-20230905030402-a526ba697d4e
77
github.com/apache/tinkerpop/gremlin-go/v3 v3.6.3
88
github.com/aws/aws-sdk-go-v2 v1.21.0
99
github.com/aws/aws-sdk-go-v2/config v1.18.38

0 commit comments

Comments
 (0)