From a9fe2927b96ab4dc22ec629ba5619c57b2c26028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:28:25 +0000 Subject: [PATCH] Bump google.golang.org/grpc from 1.48.0 to 1.53.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.48.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 903642e5..1aaf473b 100644 --- a/go.mod +++ b/go.mod @@ -35,8 +35,8 @@ require ( github.com/pkg/errors v0.9.1 github.com/simonlingoogle/go-simplelogger v0.0.0-20191122025812-962af3877d65 github.com/stretchr/testify v1.7.0 - google.golang.org/grpc v1.48.0 - google.golang.org/protobuf v1.27.1 + google.golang.org/grpc v1.53.0 + google.golang.org/protobuf v1.28.1 gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c ) @@ -54,7 +54,7 @@ require ( golang.org/x/net v0.7.0 // indirect golang.org/x/sys v0.5.0 // indirect golang.org/x/text v0.7.0 // indirect - google.golang.org/genproto v0.0.0-20200608115520-7c474a2e3482 // indirect + google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect honnef.co/go/tools v0.0.1-2020.1.4 // indirect )