Skip to content

Commit e56f6f8

Browse files
authored
fix(deps): Update github.com/apache/arrow/go/v14 digest to 00efb06 (#1257)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/apache/arrow/go/v14](https://togithub.com/apache/arrow) | require | digest | `b6c0ea4` -> `00efb06` | --- ### ⚠ 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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 21bbbc2 commit e56f6f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/plugin-sdk/examples/simple_plugin
33
go 1.21.1
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-20230929201650-00efb06dc0de
77
github.com/cloudquery/plugin-sdk/v4 v4.11.1
88
github.com/rs/zerolog v1.30.0
99
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/plugin-sdk/v4
33
go 1.21.1
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-20230929201650-00efb06dc0de
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
88
github.com/cloudquery/plugin-pb-go v1.11.0
99
github.com/cloudquery/plugin-sdk/v2 v2.7.0

0 commit comments

Comments
 (0)