This is an automated email from the ASF dual-hosted git repository. alexstocks pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
commit 374a01a37d527067383664ee26088a870bbeaf5d Merge: e633a73 082a0bd Author: Xin.Zh <[email protected]> AuthorDate: Sun Jan 10 09:52:41 2021 +0800 Merge pull request #973 from LaurenceLiZhixin/fix/consulUnreg Fix/consul unreg registry/consul/registry.go | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --cc registry/consul/registry.go index 869e1c1,49d58cf..4d3718e --- a/registry/consul/registry.go +++ b/registry/consul/registry.go @@@ -23,6 -24,6 +23,7 @@@ import ) import ( ++ getty "github.com/apache/dubbo-getty" consul "github.com/hashicorp/consul/api" perrors "github.com/pkg/errors" )
