From 740a7f6d33d393799e1762139126bbaf452c3e04 Mon Sep 17 00:00:00 2001 From: Mudassir Chapra <37051110+muddi900@users.noreply.github.com> Date: Thu, 9 Jan 2025 06:05:03 +0500 Subject: [PATCH] Updated protobuf to 1.5.4[Issue #8475] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7f33e9cad25..fc6466e6b97 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/go-test/deep v1.1.0 github.com/gobwas/glob v0.2.3 github.com/golang/mock v1.6.0 - github.com/golang/protobuf v1.5.3 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/google/uuid v1.6.0 github.com/hashicorp/go-multierror v1.1.1 github.com/hnlq715/golang-lru v0.3.0