From 3d86574dfdc87f164eea07ec1557ff5919e62037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 04:12:39 +0000 Subject: [PATCH] fix(deps): update module google.golang.org/grpc to v1.62.0 --- gwy/templates/go.mod.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwy/templates/go.mod.tmpl b/gwy/templates/go.mod.tmpl index 52a22a51..6209262f 100644 --- a/gwy/templates/go.mod.tmpl +++ b/gwy/templates/go.mod.tmpl @@ -9,6 +9,6 @@ require ( github.com/sirupsen/logrus v1.9.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.14.0 - google.golang.org/grpc v1.51.0 + google.golang.org/grpc v1.62.0 google.golang.org/protobuf v1.28.1 )