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

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


The following commit(s) were added to refs/heads/1.5 by this push:
     new a52d84a8 zk ignore node exist err (#324)
a52d84a8 is described below

commit a52d84a844af5457f9b7fa8e074ec20dae9d285b
Author: zhaoyunxing <[email protected]>
AuthorDate: Tue May 3 23:00:35 2022 +0800

    zk ignore node exist err (#324)
---
 go.mod | 2 +-
 go.sum | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 6f96aa42..e80e84e6 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
        github.com/coreos/bbolt v1.3.3 // indirect
        github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // 
indirect
        github.com/docker/go-connections v0.4.0 // indirect
-       github.com/dubbogo/gost v1.11.14
+       github.com/dubbogo/gost v1.11.21-0.20220503144918-9e5ae44480af
        github.com/emicklei/go-restful/v3 v3.4.0
        github.com/golang/protobuf v1.4.3
        github.com/google/uuid v1.2.0 // indirect
diff --git a/go.sum b/go.sum
index c4780c8a..c029e003 100644
--- a/go.sum
+++ b/go.sum
@@ -210,6 +210,8 @@ github.com/dubbogo/gost v1.11.11/go.mod 
h1:vIcP9rqz2KsXHPjsAwIUtfJIJjppQLQDcYaZT
 github.com/dubbogo/gost v1.11.12/go.mod 
h1:vIcP9rqz2KsXHPjsAwIUtfJIJjppQLQDcYaZTy/61jI=
 github.com/dubbogo/gost v1.11.14 
h1:9lfcdILOmqTOVAW1fPHa5uf1NrD6jlIOBe4vf8576yQ=
 github.com/dubbogo/gost v1.11.14/go.mod 
h1:vIcP9rqz2KsXHPjsAwIUtfJIJjppQLQDcYaZTy/61jI=
+github.com/dubbogo/gost v1.11.21-0.20220503144918-9e5ae44480af 
h1:5cBN7lpxzBYImEAezW0QRRi7XB59DAnA/hMzuEUCBew=
+github.com/dubbogo/gost v1.11.21-0.20220503144918-9e5ae44480af/go.mod 
h1:vIcP9rqz2KsXHPjsAwIUtfJIJjppQLQDcYaZTy/61jI=
 github.com/dubbogo/jsonparser v1.0.1/go.mod 
h1:tYAtpctvSP/tWw4MeelsowSPgXQRVHHWbqL6ynps8jU=
 github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod 
h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
 github.com/dustin/go-humanize v1.0.0 
h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=

Reply via email to