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

alexstocks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 4d00f884 update dubbo version v3 3.3.1 (#1012)
4d00f884 is described below

commit 4d00f8840bbb7d54d5b103607a64bfdfb74344d1
Author: Oxidaner <[email protected]>
AuthorDate: Mon Jan 5 15:21:38 2026 +0800

    update dubbo version v3 3.3.1 (#1012)
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 2262e3ea..f77c30fc 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/apache/dubbo-go-samples
 go 1.24.0
 
 require (
-       dubbo.apache.org/dubbo-go/v3 v3.3.0-20251220
+       dubbo.apache.org/dubbo-go/v3 v3.3.1
        github.com/alibaba/sentinel-golang v1.0.4
        github.com/apache/dubbo-go-hessian2 v1.12.5
        github.com/dubbogo/go-zookeeper v1.0.4-0.20211212162352-f9d2183d89d5
diff --git a/go.sum b/go.sum
index 57cc91a1..aa20ff75 100644
--- a/go.sum
+++ b/go.sum
@@ -42,8 +42,8 @@ cloud.google.com/go/storage v1.14.0/go.mod 
h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3f
 contrib.go.opencensus.io/exporter/prometheus v0.4.1/go.mod 
h1:t9wvfitlUjGXG2IXAZsuFq26mDGid/JwCEXp+gTG/9U=
 dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod 
h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
 dubbo.apache.org/dubbo-go/v3 v3.0.2-0.20220508105316-b27ec53b7bab/go.mod 
h1:Ytn9MtmsFYkpa1bzW/3loUFBgm7eJ3M3+XWRurhbBZc=
-dubbo.apache.org/dubbo-go/v3 v3.3.0-20251220 
h1:7b+wqUQoHdFWvBcENECy+eabgd76551sc4pedWhnG64=
-dubbo.apache.org/dubbo-go/v3 v3.3.0-20251220/go.mod 
h1:va59d5/A3OD41YyxJ1cijhKV5ABV1OZxgjncWV+K8Ys=
+dubbo.apache.org/dubbo-go/v3 v3.3.1 
h1:tYySwA8FsE6u6TfgvMmjrBrzu9kqhgMrQ7CJXW6deO8=
+dubbo.apache.org/dubbo-go/v3 v3.3.1/go.mod 
h1:va59d5/A3OD41YyxJ1cijhKV5ABV1OZxgjncWV+K8Ys=
 github.com/BurntSushi/toml v0.3.1/go.mod 
h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
 github.com/BurntSushi/toml v1.1.0 
h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=
 github.com/BurntSushi/toml v1.1.0/go.mod 
h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=

Reply via email to