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

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


The following commit(s) were added to refs/heads/master by this push:
     new 981e535  Mod: change hessian2 version
981e535 is described below

commit 981e535391d3631072e478e572f4ec81800dbab0
Author: AlexStocks <alexsto...@foxmail.com>
AuthorDate: Wed Aug 7 20:48:26 2019 +0800

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

diff --git a/go.mod b/go.mod
index fb7e313..94540e4 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/apache/dubbo-go
 
 require (
        github.com/Workiva/go-datastructures v1.0.50
-       github.com/apache/dubbo-go-hessian2 v1.2.5-0.20190731020727-1697039810c8
+       github.com/apache/dubbo-go-hessian2 v1.2.4-0.20190807202824-177b9c667283
        github.com/davecgh/go-spew v1.1.1 // indirect
        github.com/dubbogo/getty v1.2.0
        github.com/dubbogo/gost v1.1.1

Reply via email to