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 cae6bd168 chore(go/adbc): remove now-unnecessary excludes from go.mod 
(#3384)
cae6bd168 is described below

commit cae6bd168b976a9916cead99725dd11d56838b3c
Author: David Li <[email protected]>
AuthorDate: Mon Sep 1 15:44:21 2025 +0900

    chore(go/adbc): remove now-unnecessary excludes from go.mod (#3384)
---
 go/adbc/go.mod | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index c92fb6c9a..88d4dd97a 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -137,9 +137,3 @@ require (
        modernc.org/mathutil v1.7.1 // indirect
        modernc.org/memory v1.11.0 // indirect
 )
-
-// XXX: https://github.com/googleapis/google-cloud-go/issues/11344
-exclude (
-       github.com/envoyproxy/go-control-plane v0.13.1
-       github.com/envoyproxy/go-control-plane v0.13.2
-)

Reply via email to