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

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 32b26d76 Update go.mod
32b26d76 is described below

commit 32b26d7643d06a9dcbf46534122a6763f2348a1e
Author: Joe Zhong <[email protected]>
AuthorDate: Wed Mar 18 17:02:24 2026 +0800

    Update go.mod
    
    * fix: register envoy.service.discovery.v3.AggregatedDiscoveryService alias 
so grpc-go proxyless xDS clients can connect
    
    * Update go.mod
    
    * delete envoy code
    
    * delete envoy code v2
---
 dubbod/discovery/pkg/xds/discovery.go | 2 +-
 go.mod                                | 2 +-
 go.sum                                | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dubbod/discovery/pkg/xds/discovery.go 
b/dubbod/discovery/pkg/xds/discovery.go
index e95f4095..ea3f6725 100644
--- a/dubbod/discovery/pkg/xds/discovery.go
+++ b/dubbod/discovery/pkg/xds/discovery.go
@@ -99,7 +99,7 @@ func NewDiscoveryServer(env *model.Environment, 
clusterAliases map[string]string
 }
 
 func (s *DiscoveryServer) Register(rpcs *grpc.Server) {
-       // Register v1 server
+       // Register xDS server
        discovery.RegisterAggregatedDiscoveryServiceServer(rpcs, s)
 }
 
diff --git a/go.mod b/go.mod
index fa07c67a..0ae37ae6 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,7 @@ require (
        github.com/docker/docker v27.5.1+incompatible
        github.com/docker/docker-credential-helpers v0.9.3
        github.com/docker/go-connections v0.5.0
-       github.com/dubbo-kubernetes/xds-api v0.0.0-20260228103100-7a9ab7bac3bb
+       github.com/dubbo-kubernetes/xds-api v0.0.0-20260318022345-fca131fda8ec
        github.com/evanphx/json-patch/v5 v5.9.11
        github.com/fatih/color v1.18.0
        github.com/fsnotify/fsnotify v1.9.0
diff --git a/go.sum b/go.sum
index b82d8968..7b4e662b 100644
--- a/go.sum
+++ b/go.sum
@@ -196,6 +196,8 @@ github.com/docker/go-units v0.5.0 
h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4
 github.com/docker/go-units v0.5.0/go.mod 
h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
 github.com/dubbo-kubernetes/xds-api v0.0.0-20260228103100-7a9ab7bac3bb 
h1:22gy5yN3itUL9himTcy8WaZVhVwikgDRIFLAiXgVmnY=
 github.com/dubbo-kubernetes/xds-api v0.0.0-20260228103100-7a9ab7bac3bb/go.mod 
h1:Xt+Kec3dL9AS7D3GJnqdNVJUW17VlFauXVnjkK/hVU0=
+github.com/dubbo-kubernetes/xds-api v0.0.0-20260318022345-fca131fda8ec 
h1:HnnmtgH5dbtK0KHaA4EV1sNBKIxxaeKGSXdrMPibNO8=
+github.com/dubbo-kubernetes/xds-api v0.0.0-20260318022345-fca131fda8ec/go.mod 
h1:qTuiKuHP/sQnQ+iPG5LHcbg2YNW+MwK44YuoDKGuvfI=
 github.com/dustin/go-humanize v1.0.1 
h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
 github.com/dustin/go-humanize v1.0.1/go.mod 
h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
 github.com/elazarl/goproxy v1.2.3 
h1:xwIyKHbaP5yfT6O9KIeYJR5549MXRQkoQMRXGztz8YQ=

Reply via email to