You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2021/08/20 05:28:47 UTC

[dubbo-go] branch dependabot/go_modules/3.0/github.com/emicklei/go-restful/v3-3.5.2 updated (a21b1f4 -> 787cdb3)

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/emicklei/go-restful/v3-3.5.2
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


 discard a21b1f4  build(deps): bump github.com/emicklei/go-restful/v3 from 3.4.0 to 3.5.2
    omit 6377396  build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.0-alpha.0 to 3.5.0 (#1383)
    omit 768c2d8  build(deps): bump google.golang.org/protobuf from 1.26.0 to 1.27.1 (#1386)
    omit 8b0191b  build(deps): bump github.com/dubbogo/gost from 1.11.14 to 1.11.16 (#1387)
    omit 3da71a1  Merge branch '3.0' into develop
    omit 727e346  Merge branch '3.0' into develop
    omit 40082d4  Merge branch '3.0' into develop
    omit cc74aa5  Merge branch '3.0' into develop
    omit 56d9d71  Merge branch '3.0' into develop
    omit 4cb6e44  improve etcd version and change create to put (#1203)
    omit f0ad730  Merge branch '3.0' into develop
    omit 9e38afe  Merge branch '3.0' into develop
    omit a85b65b  Merge branch '3.0' into develop
    omit bef8e95  Merge branch '3.0' into develop
    omit 2138190  Merge branch 'develop' of https://github.com/apache/dubbo-go into develop
    omit 3162e41  Merge pull request #1162 from apache/dependabot/github_actions/develop/actions/cache-v2.1.5
    omit 518be2b  build(deps): bump actions/cache from v2.1.4 to v2.1.5
     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 e855fde  build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0 (#1400)
     add 787cdb3  build(deps): bump github.com/emicklei/go-restful/v3 from 3.4.0 to 3.5.2

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   (a21b1f4)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/3.0/github.com/emicklei/go-restful/v3-3.5.2 (787cdb3)

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:
 .github/PULL_REQUEST_TEMPLATE.md        |  2 +-
 .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                                  |  2 +-
 go.sum                                  |  8 +++---
 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 ++-----
 15 files changed, 71 insertions(+), 38 deletions(-)