From 913409f029a8791de5a1b9970892478d1cb18e08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:51:50 +0000 Subject: [PATCH] Update module google.golang.org/grpc/examples to v1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f31ec12..cfaa7cb 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( golang.org/x/net v0.15.0 golang.org/x/text v0.13.0 google.golang.org/grpc v1.58.1 - google.golang.org/grpc/examples v0.0.0-20230828201338-8b1a67102205 + google.golang.org/grpc/examples v1.58.2 gorm.io/datatypes v1.2.0 gorm.io/driver/postgres v1.5.2 gorm.io/gorm v1.25.4