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

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


    from 9635a6a  Merge pull request #1129 from jack15083/1.5
     new e416b3a  move etcd client to gost
     new e6583c9  fix lint error
     new 6dff4c6  fix lint error
     new 249d814  move options to gost
     new 8aeadf6  fix lint error
     new 3cd960b  update gost version
     new 502b30b  go mod tidy
     new 76c52b6  change go version
     new 6175e24  change go version
     new a28385c  Merge remote-tracking branch 'upstream/3.0' into move_etcd
     new c7bf9b5  change go.mod
     new a6ee0ce  fix ci error
     new 9119d58  Merge pull request #1076 from wenxuwan/move_etcd_to_gost

The 3870 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:
 go.mod                               |   5 +-
 go.sum                               |  32 ++-
 metadata/report/etcd/report.go       |   9 +-
 registry/etcdv3/registry.go          |  13 +-
 registry/etcdv3/service_discovery.go |   9 +-
 remoting/etcdv3/client.go            | 448 ++---------------------------------
 remoting/etcdv3/client_test.go       | 396 -------------------------------
 remoting/etcdv3/facade.go            |  22 +-
 remoting/etcdv3/listener.go          |  11 +-
 remoting/etcdv3/listener_test.go     |  51 +++-
 10 files changed, 129 insertions(+), 867 deletions(-)
 delete mode 100644 remoting/etcdv3/client_test.go

Reply via email to