From ba2b1a04f3ae540be1ca42b0ae2d7e5bdc401ac4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Sep 2021 21:55:03 +0000 Subject: [PATCH] fix(deps): update google.golang.org/genproto commit hash to a8c4777 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 58bc0bf..0fe847f 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/opentracing/opentracing-go v1.2.0 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.1.3 - google.golang.org/genproto v0.0.0-20210302174412-5ede27ff9881 + google.golang.org/genproto a8c4777a87af google.golang.org/grpc v1.37.0 gorm.io/gorm v1.21.9 )