googleforgames / open-match

Flexible, extensible, and scalable video game matchmaking.
http://open-match.dev
Apache License 2.0
3.16k stars 333 forks source link

Update google.golang.org/grpc from 1.57.0 to 1.57.1 #1673

Closed kazshinohara closed 10 months ago

kazshinohara commented 10 months ago

What this PR does / Why we need it: This PR bumps google.golang.org/grpc from 1.57.0 to 1.57.1 for all of Open Match components including the tutorials.

Which issue(s) this PR fixes: This PR merges #1669 and also many same PRs from the dependabot as a sigle commit.

Special notes for your reviewer: In my environment, only make update-deps keeps gRPC being 1.57.0, therefore I did the following steps to update all of go.mod and go.sum in the repo.