You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2021/08/22 08:24:42 UTC

[dubbo-go] branch config-enhance updated (8cb9393 -> 1bfface)

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

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


    from 8cb9393  fix: prepare to refactor samples (#1407)
     add fb27e5a  fix: prepare to refactor samples
     add 5a89a48  Merge remote-tracking branch 'upstream/config-enhance' into config-enhance
     add 06db69b  fix: config-center init two times bug
     add eb56cfb  fix: some bugs of 3.0 config samples
     new 1bfface  fix: run tidy

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:
 config/application_config.go                       |  14 +-
 config/config_api.go                               |   6 +-
 config/config_api_test.go                          |   4 +-
 config/config_center_config.go                     |  73 ++++++++-
 config/config_loader.go                            |   4 +-
 config/protocol_config.go                          |   2 +
 config/provider_config.go                          |   6 +-
 config/reference_config.go                         |   8 +-
 config/registry_config.go                          | 173 +++++++++++++++++++++
 config/root_config.go                              | 134 ++++++++++------
 config/service_config.go                           |  31 +---
 go.mod                                             |   4 +-
 go.sum                                             |   8 +-
 metadata/service/exporter/configurable/exporter.go |   5 +-
 remoting/nacos/builder.go                          |  17 +-
 15 files changed, 370 insertions(+), 119 deletions(-)

[dubbo-go] 01/01: fix: run tidy

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

laurence pushed a commit to branch config-enhance
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git

commit 1bfface3303e172cb2ee6e4976bb8f269dd74c42
Author: LaurenceLiZhixin <38...@qq.com>
AuthorDate: Sun Aug 22 16:24:25 2021 +0800

    fix: run tidy
---
 go.sum | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/go.sum b/go.sum
index 4bcd6f2..231e668 100644
--- a/go.sum
+++ b/go.sum
@@ -128,14 +128,11 @@ github.com/dubbogo/go-zookeeper v1.0.3 h1:UkuY+rBsxdT7Bs63QAzp9z7XqQ53W1j8E5rwl8
 github.com/dubbogo/go-zookeeper v1.0.3/go.mod h1:fn6n2CAEer3novYgk9ULLwAjuV8/g4DdC2ENwRb6E+c=
 github.com/dubbogo/gost v1.9.0/go.mod h1:pPTjVyoJan3aPxBPNUX0ADkXjPibLo+/Ib0/fADXSG8=
 github.com/dubbogo/gost v1.10.1/go.mod h1:+mQGS51XQEUWZP2JeGZTxJwipjRKtJO7Tr+FOg+72rI=
-github.com/dubbogo/gost v1.11.13 h1:sWvK1QbHpPBMmRQJV9qIH3syLegQBQa4xAPof3/Kv5c=
-github.com/dubbogo/gost v1.11.13/go.mod h1:vIcP9rqz2KsXHPjsAwIUtfJIJjppQLQDcYaZTy/61jI=
+github.com/dubbogo/gost v1.11.16 h1:fvOw8aKQ0BuUYuD+MaXAYFvT7tg2l7WAS5SL5gZJpFs=
 github.com/dubbogo/gost v1.11.16/go.mod h1:vIcP9rqz2KsXHPjsAwIUtfJIJjppQLQDcYaZTy/61jI=
 github.com/dubbogo/jsonparser v1.0.1/go.mod h1:tYAtpctvSP/tWw4MeelsowSPgXQRVHHWbqL6ynps8jU=
 github.com/dubbogo/net v0.0.3 h1:2k53mh+1U8h1gFjJ8ykzyP4wNdAdgjc5moD+xVHI/AE=
 github.com/dubbogo/net v0.0.3/go.mod h1:B6/ka3g8VzcyrmdCH4VkHP1K0aHeI37FmclS+TCwIBU=
-github.com/dubbogo/triple v1.0.1 h1:fdBkXTR0I4UBBCDcN+k22uJWU338ZK5mvOPpIBIL5h8=
-github.com/dubbogo/triple v1.0.1/go.mod h1:O6vQD2XLCWugzAk0P27HTW4+Uhkd8sjaQn0BZijdGzU=
 github.com/dubbogo/triple v1.0.6-0.20210822081945-0b88cc0d10df h1:YSfvAnU0ebwLqWnD+5HTTsFhqA+aE4Si2c10zBsUW7c=
 github.com/dubbogo/triple v1.0.6-0.20210822081945-0b88cc0d10df/go.mod h1:tCl0mV54+V8Br9z71sFbS1IQUG41QKZUrW6FGaLheM0=
 github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=