You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2023/01/31 21:12:07 UTC

[arrow-adbc] branch main updated: chore(go): bump to Arrow 12 (#405)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 5410feb  chore(go): bump to Arrow 12 (#405)
5410feb is described below

commit 5410feb2c21c63eef19ec8c368e0cf1b25a78c26
Author: David Li <li...@gmail.com>
AuthorDate: Tue Jan 31 16:12:02 2023 -0500

    chore(go): bump to Arrow 12 (#405)
---
 go/adbc/go.mod | 2 +-
 go/adbc/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index 9e9ea91..0b71021 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -20,7 +20,7 @@ module github.com/apache/arrow-adbc/go/adbc
 go 1.18
 
 require (
-	github.com/apache/arrow/go/v12 v12.0.0-20230130180348-64a48c999345
+	github.com/apache/arrow/go/v12 v12.0.0-20230131200310-5765aa29b5ca
 	github.com/bluele/gcache v0.0.2
 	github.com/stretchr/testify v1.8.0
 	golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index 17c7412..453dac3 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -3,8 +3,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
 github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=
 github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=
 github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
-github.com/apache/arrow/go/v12 v12.0.0-20230130180348-64a48c999345 h1:cAh8divc591pQ1bx17osOVsBJjtfC5KFTuWaxNVXC4A=
-github.com/apache/arrow/go/v12 v12.0.0-20230130180348-64a48c999345/go.mod h1:qwJWRMGOu/SUTlFiQBgCjtOoxYqdG2KqXiDB3+e7BNA=
+github.com/apache/arrow/go/v12 v12.0.0-20230131200310-5765aa29b5ca h1:rLD16hTZFW/66Y6PJfUO7vmn8x1b7Lf1MBKIV6k0WTo=
+github.com/apache/arrow/go/v12 v12.0.0-20230131200310-5765aa29b5ca/go.mod h1:qwJWRMGOu/SUTlFiQBgCjtOoxYqdG2KqXiDB3+e7BNA=
 github.com/apache/thrift v0.16.0 h1:qEy6UW60iVOlUy+b9ZR0d5WzUWYGOo4HfopoyBaNmoY=
 github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU=
 github.com/bluele/gcache v0.0.2 h1:WcbfdXICg7G/DGBh1PFfcirkWOQV+v077yF1pSy3DGw=