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

github-bot pushed a change to branch 
dependabot/go_modules/3.0/github.com/fsnotify/fsnotify-1.5.4
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


 discard ba71368ec build(deps): bump github.com/fsnotify/fsnotify from 1.5.3 to 
1.5.4
     add 2374989ef build(deps): bump github.com/mitchellh/mapstructure from 
1.4.3 to 1.5.0 (#1863)
     add 406f8013f build(deps): bump go.etcd.io/etcd/server/v3 from 3.5.2 to 
3.5.4 (#1861)
     add 6d7462ad6 build(deps): bump github.com/google/go-cmp from 0.5.7 to 
0.5.8 (#1871)
     add 8b3b71ec2 xds ring hash (#1828)
     add e92d63592 add nacos updateCacheWhenEmpty (#1852)
     add 7d4af3b08 Tst:mock etcd and nacos in ut (#1873)
     add fb2833cb7 build(deps): bump github.com/fsnotify/fsnotify from 1.5.3 to 
1.5.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ba71368ec)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/3.0/github.com/fsnotify/fsnotify-1.5.4 
(fb2833cb7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 cluster/cluster/zoneaware/cluster_invoker_test.go |   4 +-
 cluster/loadbalance/ringhash/ring.go              | 174 ++++++++
 cluster/loadbalance/ringhash/ringhash.go          |  87 ++++
 cluster/loadbalance/ringhash/ringhash_test.go     |  98 +++++
 cluster/router/meshrouter/meshrouter.go           |  83 +---
 common/constant/key.go                            |   1 +
 common/constant/loadbalance.go                    |   1 +
 common/constant/xds.go                            |   4 +
 config_center/nacos/impl_test.go                  | 262 +++++++++---
 go.mod                                            |   6 +-
 go.sum                                            |  71 +---
 metadata/report/etcd/report_test.go               | 406 +++++++++++++-----
 metadata/report/nacos/report_test.go              | 489 +++++++++++++++++++---
 registry/etcdv3/listener_test.go                  |  96 ++---
 registry/etcdv3/registry_test.go                  | 170 ++++----
 registry/nacos/registry_test.go                   | 450 ++++++++++++--------
 remoting/etcdv3/listener_test.go                  | 132 +-----
 remoting/nacos/builder.go                         |  33 +-
 remoting/nacos/builder_test.go                    | 270 +++++++-----
 remoting/xds/client.go                            |  26 ++
 remoting/xds/ewatcher/ewatcher.go                 |   2 +
 remoting/xds/mocks/client.go                      |  76 ++++
 22 files changed, 2054 insertions(+), 887 deletions(-)
 create mode 100644 cluster/loadbalance/ringhash/ring.go
 create mode 100644 cluster/loadbalance/ringhash/ringhash.go
 create mode 100644 cluster/loadbalance/ringhash/ringhash_test.go
 create mode 100644 remoting/xds/mocks/client.go

Reply via email to