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

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


The following commit(s) were added to refs/heads/develop by this push:
     new c533f63  upgrade hessian2 to v1.11.0 (#352)
c533f63 is described below

commit c533f63bd5d79297e477cc1d3079a69ffaf32445
Author: 望哥 <[email protected]>
AuthorDate: Sat Jan 22 14:28:36 2022 +0800

    upgrade hessian2 to v1.11.0 (#352)
---
 go.mod | 2 +-
 go.sum | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index 1d25ac5..ac15a27 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
        github.com/Shopify/sarama v1.19.0
        github.com/alibaba/sentinel-golang v1.0.2
        github.com/apache/dubbo-getty v1.4.7-rc2
-       github.com/apache/dubbo-go-hessian2 v1.10.2
+       github.com/apache/dubbo-go-hessian2 v1.11.0
        github.com/creasty/defaults v1.5.2
        github.com/dubbogo/dubbo-go-pixiu-filter v0.1.4
        github.com/dubbogo/go-zookeeper v1.0.4-0.20211212162352-f9d2183d89d5
diff --git a/go.sum b/go.sum
index 96a1f38..3cf52ef 100644
--- a/go.sum
+++ b/go.sum
@@ -93,8 +93,9 @@ github.com/apache/dubbo-getty v1.4.7-rc2 
h1:Q/vDRoT35kSa0iMdMJSTjBFFHjLryDWPitq3
 github.com/apache/dubbo-getty v1.4.7-rc2/go.mod 
h1:+6IHweEgfMCShEzGzQw2H7Wt33nYTJ/U9lNH9tHrzMM=
 github.com/apache/dubbo-go-hessian2 v1.9.1/go.mod 
h1:xQUjE7F8PX49nm80kChFvepA/AvqAZ0oh/UaB6+6pBE=
 github.com/apache/dubbo-go-hessian2 v1.9.3/go.mod 
h1:xQUjE7F8PX49nm80kChFvepA/AvqAZ0oh/UaB6+6pBE=
-github.com/apache/dubbo-go-hessian2 v1.10.2 
h1:Wb27FKBmgutoZWcXHt1C/WM4e+sBVW0NdLQQZ5ITlrU=
 github.com/apache/dubbo-go-hessian2 v1.10.2/go.mod 
h1:7rEw9guWABQa6Aqb8HeZcsYPHsOS7XT1qtJvkmI6c5w=
+github.com/apache/dubbo-go-hessian2 v1.11.0 
h1:VTdT6NStuEqNmyT3AdSN2DLDBqhXvAAyAAAoh9hLavk=
+github.com/apache/dubbo-go-hessian2 v1.11.0/go.mod 
h1:7rEw9guWABQa6Aqb8HeZcsYPHsOS7XT1qtJvkmI6c5w=
 github.com/apache/thrift v0.12.0/go.mod 
h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
 github.com/apache/thrift v0.13.0/go.mod 
h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
 github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod 
h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=

Reply via email to