This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 343ba6a Merge branch 'master' of https://github.com/apache/dubbo-go
add 8b0191b build(deps): bump github.com/dubbogo/gost from 1.11.14 to
1.11.16 (#1387)
add 768c2d8 build(deps): bump google.golang.org/protobuf from 1.26.0 to
1.27.1 (#1386)
add 6377396 build(deps): bump go.etcd.io/etcd/client/v3 from
3.5.0-alpha.0 to 3.5.0 (#1383)
add 3c55f4e Change the key of a mock EchoFilter (#1381)
add 4557595 Merge branch '3.0' of https://github.com/apache/dubbo-go into
3.0
add fc81e15 fix: nacos service disc error log bug (#1390)
add 24c1816 fix:registry timeout not pars (#1392)
add 1ac95c7 change dependabot target branch
add d904ed4 merge 3.0
new d32db09 Merge branch 'develop'
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:
.github/dependabot.yml | 4 +-
common/constant/key.go | 1 +
common/url.go | 10 +++++
config/registry_config.go | 2 +-
config/remote_config.go | 7 +--
go.mod | 14 +++---
go.sum | 77 ++++++++++++++++++++++-----------
metadata/report/etcd/report.go | 3 +-
registry/etcdv3/registry.go | 8 +---
registry/nacos/service_discovery.go | 1 +
registry/zookeeper/service_discovery.go | 2 +-
remoting/nacos/builder.go | 5 +--
remoting/nacos/builder_test.go | 45 +++++++++++++++++--
remoting/zookeeper/client.go | 9 +---
14 files changed, 124 insertions(+), 64 deletions(-)