From bd5e9f423c9b4cebacce93eccfb40dc0fab8ebfc Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 22 Mar 2022 22:56:53 +0100 Subject: [PATCH] chore(all): update all (#69) Co-authored-by: cojenco --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 6bf69b8..85ca1dc 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.15 require ( github.com/golang/protobuf v1.5.2 - google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 - google.golang.org/protobuf v1.27.1 + google.golang.org/genproto 435b647f9ef2 + google.golang.org/protobuf v1.28.0 )