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

commit 05985a8c5b18849539d5fc11991f05a1b5a9f4c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 3 18:54:27 2025 -0500

    chore(go/adbc): bump modernc.org/sqlite from 1.35.0 to 1.36.0 in /go/adbc 
(#2570)
    
    Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.35.0
    to 1.36.0.
    
    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 63eb4f67c..bdc2bdbba 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -35,7 +35,7 @@ require (
        google.golang.org/api v0.223.0
        google.golang.org/grpc v1.70.0
        google.golang.org/protobuf v1.36.5
-       modernc.org/sqlite v1.35.0
+       modernc.org/sqlite v1.36.0
 )
 
 require (
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index 950f411b1..199b70ad9 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -295,8 +295,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.35.0 h1:yQps4fegMnZFdphtzlfQTCNBWtS0CZv48pRpW3RFHRw=
-modernc.org/sqlite v1.35.0/go.mod 
h1:9cr2sicr7jIaWTBKQmAxQLfBv9LL0su4ZTEV+utt3ic=
+modernc.org/sqlite v1.36.0 h1:EQXNRn4nIS+gfsKeUTymHIz1waxuv5BzU7558dHSfH8=
+modernc.org/sqlite v1.36.0/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