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 2022/01/03 14:47:59 UTC

[dubbo-go] branch 3.0 updated: build(deps): bump github.com/dubbogo/grpc-go from 1.42.6 to 1.42.7 (#1697)

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 d9d2cc5  build(deps): bump github.com/dubbogo/grpc-go from 1.42.6 to 1.42.7 (#1697)
d9d2cc5 is described below

commit d9d2cc5ee96b65c6f3466513f7c8c3be984f3aae
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 3 22:47:52 2022 +0800

    build(deps): bump github.com/dubbogo/grpc-go from 1.42.6 to 1.42.7 (#1697)
    
    Bumps [github.com/dubbogo/grpc-go](https://github.com/dubbogo/grpc-go) from 1.42.6 to 1.42.7.
    - [Release notes](https://github.com/dubbogo/grpc-go/releases)
    - [Commits](https://github.com/dubbogo/grpc-go/compare/v1.42.6...v1.42.7)
    
    ---
    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 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 0c4b9c8..b1dacd1 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.4-0.20211212162352-f9d2183d89d5
 	github.com/dubbogo/gost v1.11.22
-	github.com/dubbogo/grpc-go v1.42.6
+	github.com/dubbogo/grpc-go v1.42.7
 	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 1274370..c6469ac 100644
--- a/go.sum
+++ b/go.sum
@@ -192,8 +192,8 @@ github.com/dubbogo/gost v1.11.20/go.mod h1:vIcP9rqz2KsXHPjsAwIUtfJIJjppQLQDcYaZT
 github.com/dubbogo/gost v1.11.22 h1:7g1CCzq5PlnB2JothjWjVCoZ7ZVtPbwR+ijaEGPtdRk=
 github.com/dubbogo/gost v1.11.22/go.mod h1:PhJ8+qZJx+Txjx1KthNPuVkCvUca0jRLgKWj/noGgeI=
 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/grpc-go v1.42.7 h1:13yBbEvvKIYtu3ulbQ/LPAv6usUcrnD7sfTlogniqsY=
+github.com/dubbogo/grpc-go v1.42.7/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=