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/12/22 03:06:29 UTC

[dubbo-go] branch 3.0 updated: build(deps): bump github.com/dubbogo/grpc-go (#1681)

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

laurence 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 2c281fe  build(deps): bump github.com/dubbogo/grpc-go (#1681)
2c281fe is described below

commit 2c281fe1393e5a3c784dc1cf8ca8cd7c2e03fe4a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 22 11:06:26 2021 +0800

    build(deps): bump github.com/dubbogo/grpc-go (#1681)
    
    Bumps [github.com/dubbogo/grpc-go](https://github.com/dubbogo/grpc-go) from 1.42.6-triple to 1.42.6.
    - [Release notes](https://github.com/dubbogo/grpc-go/releases)
    - [Commits](https://github.com/dubbogo/grpc-go/compare/v1.42.6-triple...v1.42.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/dubbogo/grpc-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index 9845adc..d312dd0 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
 	github.com/creasty/defaults v1.5.2
 	github.com/dubbogo/go-zookeeper v1.0.3
 	github.com/dubbogo/gost v1.11.20
-	github.com/dubbogo/grpc-go v1.42.6-triple
+	github.com/dubbogo/grpc-go v1.42.6
 	github.com/dubbogo/triple v1.1.6
 	github.com/emicklei/go-restful/v3 v3.7.3
 	github.com/fsnotify/fsnotify v1.5.1
diff --git a/go.sum b/go.sum
index 99babcc..60b0cae 100644
--- a/go.sum
+++ b/go.sum
@@ -188,8 +188,9 @@ github.com/dubbogo/gost v1.9.0/go.mod h1:pPTjVyoJan3aPxBPNUX0ADkXjPibLo+/Ib0/fAD
 github.com/dubbogo/gost v1.11.18/go.mod h1:vIcP9rqz2KsXHPjsAwIUtfJIJjppQLQDcYaZTy/61jI=
 github.com/dubbogo/gost v1.11.20 h1:WADtik6Zpl8ExJ/5FG9VuGBebZ7yzDgHbgnjX1v158s=
 github.com/dubbogo/gost v1.11.20/go.mod h1:vIcP9rqz2KsXHPjsAwIUtfJIJjppQLQDcYaZTy/61jI=
-github.com/dubbogo/grpc-go v1.42.6-triple h1:NDTATpffyaAkwC+GBk3SDB45eeMTdvZhJKkkX4nIKHs=
 github.com/dubbogo/grpc-go v1.42.6-triple/go.mod h1:F1T9hnUvYGW4JLK1QNriavpOkhusU677ovPzLkk6zHM=
+github.com/dubbogo/grpc-go v1.42.6 h1:aDb7M7p+oMM+7KJqHZ5V2sJcdsWaKol36U/CG4J9n+c=
+github.com/dubbogo/grpc-go v1.42.6/go.mod h1:F1T9hnUvYGW4JLK1QNriavpOkhusU677ovPzLkk6zHM=
 github.com/dubbogo/jsonparser v1.0.1/go.mod h1:tYAtpctvSP/tWw4MeelsowSPgXQRVHHWbqL6ynps8jU=
 github.com/dubbogo/net v0.0.4/go.mod h1:1CGOnM7X3he+qgGNqjeADuE5vKZQx/eMSeUkpU3ujIc=
 github.com/dubbogo/triple v1.0.9/go.mod h1:1t9me4j4CTvNDcsMZy6/OGarbRyAUSY0tFXGXHCp7Iw=