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 3b6d928329fae057a90dd2050f0b64680987d404
Author: Joe Zou <yixian....@gmail.com>
AuthorDate: Fri Oct 16 08:19:52 2020 +0800

    change go mod version
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 1c1a607..9de398b 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.3-0.20201015161623-1268a960bc7b
+       github.com/apache/dubbo-go v1.5.3-0.20201015161623-1268a960bc7b // 
indirect
        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

Reply via email to