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

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

commit 2cab859e48e3c6a4418d256da25d1b68fff0d42d
Author: Joe Zou <yixian....@gmail.com>
AuthorDate: Fri Oct 16 08:19:10 2020 +0800

    change go mod version
---
 go.mod | 2 +-
 go.sum | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 7feea69..1c1a607 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
 module github.com/apache/dubbo-samples/golang
 
 require (
-       github.com/apache/dubbo-go v1.5.2-0.20200919130513-8a059ddd7bf7
+       github.com/apache/dubbo-go v1.5.3-0.20201015161623-1268a960bc7b
        github.com/apache/dubbo-go-hessian2 v1.7.0
        github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // 
indirect
        github.com/dubbogo/gost v1.9.2
diff --git a/go.sum b/go.sum
index 99ea0bb..b636bb3 100644
--- a/go.sum
+++ b/go.sum
@@ -87,6 +87,7 @@ github.com/apache/dubbo-getty v1.3.10/go.mod 
h1:x6rraK01BL5C7jUM2fPl5KMkAxLVIx54
 github.com/apache/dubbo-go v1.4.0-rc1.0.20200919130513-8a059ddd7bf7/go.mod 
h1:KIvoPmZH/0PPmBnty4dz4uXtTFUYQ37jMJsXaEYn+WQ=
 github.com/apache/dubbo-go v1.5.2-0.20200919130513-8a059ddd7bf7 
h1:o2wh0fKS1YXsLLDGYQTA2QFZOQ93RvCdUdodN50OyVc=
 github.com/apache/dubbo-go v1.5.2-0.20200919130513-8a059ddd7bf7/go.mod 
h1:KIvoPmZH/0PPmBnty4dz4uXtTFUYQ37jMJsXaEYn+WQ=
+github.com/apache/dubbo-go v1.5.3-0.20201015161623-1268a960bc7b/go.mod 
h1:MmCthhkWG4/t1c5lqN4VQGvUdi+9yLhb58++vn88EyE=
 github.com/apache/dubbo-go-hessian2 v1.7.0 
h1:u2XxIuepu/zb6JcGZc7EbvKboXdKoJbf7rbmeq6SF1w=
 github.com/apache/dubbo-go-hessian2 v1.7.0/go.mod 
h1:7rEw9guWABQa6Aqb8HeZcsYPHsOS7XT1qtJvkmI6c5w=
 github.com/apache/thrift v0.12.0/go.mod 
h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=

Reply via email to