Bump google.golang.org/grpc

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.24.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.24.0...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/go_modules/hyperledger_fabric/v2.2.4/chaincodes/go/chaincode_example02/google.golang.org/grpc-1.53.0
dependabot[bot] 2023-07-05 20:54:11 +00:00 committed by GitHub
parent 27fd8d7372
commit 188c944b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1083 additions and 12 deletions

View File

@ -5,5 +5,5 @@ go 1.14
require (
github.com/hyperledger/fabric-chaincode-go v0.0.0-20201119163726-f8ef75b17719
github.com/hyperledger/fabric-protos-go v0.0.0-20201028172056-a3136dde2354
google.golang.org/grpc v1.24.0 // indirect
google.golang.org/grpc v1.53.0 // indirect
)