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 7ad562587 chore(go/adbc): bump modernc.org/sqlite from 1.36.0 to 
1.36.1 in /go/adbc (#2625)
7ad562587 is described below

commit 7ad5625879d77cfdf35027e0a1030a3c5a7eebe3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 18:43:33 2025 -0400

    chore(go/adbc): bump modernc.org/sqlite from 1.36.0 to 1.36.1 in /go/adbc 
(#2625)
    
    Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.36.0
    to 1.36.1.
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 dd6300cdc..3769b258d 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -35,7 +35,7 @@ require (
        google.golang.org/api v0.225.0
        google.golang.org/grpc v1.71.0
        google.golang.org/protobuf v1.36.5
-       modernc.org/sqlite v1.36.0
+       modernc.org/sqlite v1.36.1
 )
 
 require (
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index f35d49ab5..55d77c3bf 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -294,8 +294,8 @@ modernc.org/opt v0.1.4 
h1:2kNGMRiUjrp4LcaPuLY2PzUfqM/w9N23quVwhKt5Qm8=
 modernc.org/opt v0.1.4/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
 modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
 modernc.org/sortutil v1.2.1/go.mod 
h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
-modernc.org/sqlite v1.36.0 h1:EQXNRn4nIS+gfsKeUTymHIz1waxuv5BzU7558dHSfH8=
-modernc.org/sqlite v1.36.0/go.mod 
h1:7MPwH7Z6bREicF9ZVUR78P1IKuxfZ8mRIDHD0iD+8TU=
+modernc.org/sqlite v1.36.1 h1:bDa8BJUH4lg6EGkLbahKe/8QqoF8p9gArSc6fTqYhyQ=
+modernc.org/sqlite v1.36.1/go.mod 
h1:7MPwH7Z6bREicF9ZVUR78P1IKuxfZ8mRIDHD0iD+8TU=
 modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
 modernc.org/strutil v1.2.1/go.mod 
h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
 modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=

Reply via email to