From 31929756a850952f8b3c632b408522fa707d6c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:04:26 +0000 Subject: [PATCH] Bump google.golang.org/grpc from 1.36.0 to 1.53.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.36.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.36.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 3ecaae3..5c7d2f8 100644 --- a/go.mod +++ b/go.mod @@ -6,16 +6,17 @@ replace github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0 => github.com/hb-chen/g require ( github.com/bitly/go-simplejson v0.5.0 - github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b - github.com/golang/protobuf v1.4.3 - github.com/google/uuid v1.1.2 + github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect + github.com/golang/glog v1.0.0 + github.com/golang/protobuf v1.5.2 + github.com/google/uuid v1.3.0 github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 - github.com/grpc-ecosystem/grpc-gateway v1.14.6 - github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0 + github.com/grpc-ecosystem/grpc-gateway v1.16.0 + github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 github.com/hb-go/grpc-contrib v0.0.2-0.20210301130204-972628bec1d8 github.com/urfave/cli/v2 v2.2.0 go.uber.org/zap v1.16.0 - google.golang.org/grpc v1.36.0 - google.golang.org/protobuf v1.25.1-0.20201208041424-160c7477e0e8 + google.golang.org/grpc v1.53.0 + google.golang.org/protobuf v1.28.1 gopkg.in/natefinch/lumberjack.v2 v2.0.0 )