You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ju...@apache.org on 2022/01/14 09:52:29 UTC

[dubbo-go-samples] branch master updated (29cc6c2 -> 8f3eef6)

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

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


    from 29cc6c2  fix: default read interface from pb (#308)
     add 7e186ac  fix: jsonrpc localip
     add 33fb791  fix: change insecure deprecated
     add 83e41c3  fix: import formatter
     new 8f3eef6  Merge pull request #314 from apache/fix/jsonrpc-localip

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../configcenter/zookeeper/go-client/cmd/client.go |  3 +++
 go.mod                                             | 10 +++++-----
 go.sum                                             | 22 ++++++++++++++--------
 .../nacos/tests/integration/main_test.go           | 12 +++++++++---
 .../zookeeper/tests/integration/main_test.go       | 12 +++++++++---
 .../tests/integration/userprovider_test.go         |  5 +++--
 rpc/jsonrpc/go-server/conf/dubbogo.yml             |  1 -
 rpc/triple/pb/dubbogo-grpc/grpc-client/main.go     |  3 ++-
 8 files changed, 45 insertions(+), 23 deletions(-)

[dubbo-go-samples] 01/01: Merge pull request #314 from apache/fix/jsonrpc-localip

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8f3eef67e873647d31e7eb25879fadbb1f723c2b
Merge: 29cc6c2 83e41c3
Author: Xuewei Niu <ju...@apache.org>
AuthorDate: Fri Jan 14 17:48:00 2022 +0800

    Merge pull request #314 from apache/fix/jsonrpc-localip
    
    fix: jsonrpc localip

 .../configcenter/zookeeper/go-client/cmd/client.go |  3 +++
 go.mod                                             | 10 +++++-----
 go.sum                                             | 22 ++++++++++++++--------
 .../nacos/tests/integration/main_test.go           | 12 +++++++++---
 .../zookeeper/tests/integration/main_test.go       | 12 +++++++++---
 .../tests/integration/userprovider_test.go         |  5 +++--
 rpc/jsonrpc/go-server/conf/dubbogo.yml             |  1 -
 rpc/triple/pb/dubbogo-grpc/grpc-client/main.go     |  3 ++-
 8 files changed, 45 insertions(+), 23 deletions(-)