From 554647d3fbfecdddb5af823c9acee5e516052fc6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:45:12 +0300 Subject: [PATCH] fix(deps): Update github.com/apache/arrow/go/v13 digest to cbc17a9 (#174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/apache/arrow/go/v13](https://togithub.com/apache/arrow) | require | digest | `de6c3cd` -> `cbc17a9` | --- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index df641171..09951120 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/cloudquery/filetypes/v3 go 1.19 require ( - github.com/apache/arrow/go/v13 v13.0.0-20230509040948-de6c3cd2b604 + github.com/apache/arrow/go/v13 v13.0.0-20230531201200-cbc17a98dfd9 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/plugin-sdk/v3 v3.6.7 github.com/goccy/go-json v0.10.2