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

alexstocks 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 b21979ee upgrade hessian2 to v1.11.3 (#516)
b21979ee is described below

commit b21979eeeb78bd8533f69fa673b30404863c0dc3
Author: 望哥 <[email protected]>
AuthorDate: Mon Oct 31 22:54:28 2022 +0800

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

diff --git a/go.mod b/go.mod
index 13396283..6f779934 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
        github.com/Shopify/sarama v1.19.0
        github.com/alibaba/sentinel-golang v1.0.4
        github.com/apache/dubbo-getty v1.4.8
-       github.com/apache/dubbo-go-hessian2 v1.11.1
+       github.com/apache/dubbo-go-hessian2 v1.11.3
        github.com/cch123/supermonkey v1.0.1
        github.com/cenkalti/backoff/v4 v4.1.3
        github.com/census-instrumentation/opencensus-proto v0.3.0
diff --git a/go.sum b/go.sum
index e40407e6..b00a3015 100644
--- a/go.sum
+++ b/go.sum
@@ -229,8 +229,8 @@ github.com/apache/dubbo-getty v1.4.8/go.mod 
h1:cPJlbcHUTNTpiboMQjMHhE9XBni11LiBi
 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.11.0/go.mod 
h1:7rEw9guWABQa6Aqb8HeZcsYPHsOS7XT1qtJvkmI6c5w=
-github.com/apache/dubbo-go-hessian2 v1.11.1 
h1:03xs4QCAZHY/gHCOWgOmIUW6Yc842FCLz4R0hxCzPr8=
-github.com/apache/dubbo-go-hessian2 v1.11.1/go.mod 
h1:7rEw9guWABQa6Aqb8HeZcsYPHsOS7XT1qtJvkmI6c5w=
+github.com/apache/dubbo-go-hessian2 v1.11.3 
h1:QSJhGLHBtnvb2kKrZ4uxpXxHGgGHqQkXXLI8rcQmEpg=
+github.com/apache/dubbo-go-hessian2 v1.11.3/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