You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/09/28 10:57:37 UTC

[dubbo-go] branch 3.0 updated: build(deps): bump github.com/emicklei/go-restful/v3 from 3.5.2 to 3.7.0 (#1487)

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

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


The following commit(s) were added to refs/heads/3.0 by this push:
     new 7b9caa1  build(deps): bump github.com/emicklei/go-restful/v3 from 3.5.2 to 3.7.0 (#1487)
7b9caa1 is described below

commit 7b9caa1c8dd2f17c0f4be7c66a546cc29cc3e5f1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Sep 28 18:57:29 2021 +0800

    build(deps): bump github.com/emicklei/go-restful/v3 from 3.5.2 to 3.7.0 (#1487)
    
    Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.5.2 to 3.7.0.
    - [Release notes](https://github.com/emicklei/go-restful/releases)
    - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md)
    - [Commits](https://github.com/emicklei/go-restful/compare/v3.5.2...v3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/emicklei/go-restful/v3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 0e576d8..5e18e06 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
 	github.com/dubbogo/go-zookeeper v1.0.3
 	github.com/dubbogo/gost v1.11.17
 	github.com/dubbogo/triple v1.0.6-0.20210909153707-3620c8d2d97c
-	github.com/emicklei/go-restful/v3 v3.5.2
+	github.com/emicklei/go-restful/v3 v3.7.0
 	github.com/fsnotify/fsnotify v1.5.1
 	github.com/ghodss/yaml v1.0.0
 	github.com/go-co-op/gocron v0.1.1
diff --git a/go.sum b/go.sum
index 22343df..1e2f384 100644
--- a/go.sum
+++ b/go.sum
@@ -197,8 +197,8 @@ github.com/elazarl/go-bindata-assetfs v1.0.1/go.mod h1:v+YaWX3bdea5J/mo8dSETolEo
 github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
 github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw=
 github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
-github.com/emicklei/go-restful/v3 v3.5.2 h1:RCNMSbcGIVafG4ZfgIXIEHTaV59ZRsi41IvZ7RC9+ls=
-github.com/emicklei/go-restful/v3 v3.5.2/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
+github.com/emicklei/go-restful/v3 v3.7.0 h1:j0vVy2jEc6pJb7dBZkkqXP0mvggYEVUA9upClUMsCts=
+github.com/emicklei/go-restful/v3 v3.7.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
 github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g=
 github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
 github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=