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.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8a874cf  upgrade getty: remove read queue
     new 8ea2e60  Merge pull request #137 from wongoo/develop
8a874cf is described below

commit 8a874cf3c3ee4a5cb354ff8f64a9320ce5103a30
Author: wongoo <[email protected]>
AuthorDate: Thu Jul 25 08:35:03 2019 +0800

    upgrade getty: remove read queue
---
 go.mod | 2 +-
 go.sum | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index bc209f1..ce90a7e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
 module github.com/apache/dubbo-go
 
 require (
-       github.com/dubbogo/getty v1.2.0
+       github.com/dubbogo/getty v1.2.2
        github.com/dubbogo/gost v1.1.1
        github.com/dubbogo/hessian2 v1.2.3
        github.com/magiconair/properties v1.8.1
diff --git a/go.sum b/go.sum
index 3060fc8..d71cd63 100644
--- a/go.sum
+++ b/go.sum
@@ -1,9 +1,8 @@
 github.com/davecgh/go-spew v1.1.0/go.mod 
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
 github.com/davecgh/go-spew v1.1.1 
h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
 github.com/davecgh/go-spew v1.1.1/go.mod 
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/dubbogo/getty v1.2.0 h1:LmP/R/yCYp5/ubUTm5Xa7QwE3EnFFSjguJH8DJruJ70=
-github.com/dubbogo/getty v1.2.0/go.mod 
h1:p9Pyk18a+5Aa0GZ546aCzlehEfvEof0jAF0+QQcEPYQ=
-github.com/dubbogo/gost v1.0.1-0.20190706005735-65c3ecbba418/go.mod 
h1:R7wZm1DrmrKGr50mBZVcg6C9ekG8aL5hP+sgWcIDwQg=
+github.com/dubbogo/getty v1.2.2 h1:qDC9WXjxcs5NPvWZz2ruVKBKr2r1Jjm6i0Sq//CQwbE=
+github.com/dubbogo/getty v1.2.2/go.mod 
h1:K4b3MkGLf7T+lMgQNFgpg0dI1Wvv1PTisFs1Psf86kU=
 github.com/dubbogo/gost v1.1.1 h1:JCM7vx5edPIjDA5ovJTuzEEXuw2t7xLyrlgi2mi5jHI=
 github.com/dubbogo/gost v1.1.1/go.mod 
h1:R7wZm1DrmrKGr50mBZVcg6C9ekG8aL5hP+sgWcIDwQg=
 github.com/dubbogo/hessian2 v1.2.3 
h1:2ijKLGT4v/Oe/UdZzXE2cippARuCidY+02sxVfVgphU=

Reply via email to