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 abbd985 Merge pull request #1099 from qq5272689/3.0
new be250df fix: plugin
new a1550a8 fix: refresh tag
new 19c3cc3 Merge pull request #1132 from LaurenceLiZhixin/Fix/3.0-plugin
The 3983 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:
cluster/router/uniform/factory.go | 46 -------
cluster/router/uniform/factory_test.go | 35 ------
common/url.go | 4 +-
common/url_test.go | 2 +-
config/config_loader.go | 11 +-
config/reference_config.go | 2 +-
go.mod | 20 +++-
go.sum | 211 +--------------------------------
registry/directory/directory.go | 8 +-
test/integrate/dubbo/go-client/go.mod | 2 +-
test/integrate/dubbo/go-client/go.sum | 38 ++++++
test/integrate/dubbo/go-server/go.mod | 2 +-
test/integrate/dubbo/go-server/go.sum | 38 ++++++
13 files changed, 111 insertions(+), 308 deletions(-)
delete mode 100644 cluster/router/uniform/factory.go
delete mode 100644 cluster/router/uniform/factory_test.go