From b5b7ae16e9dd0f721248ef442659681910eb82d0 Mon Sep 17 00:00:00 2001 From: daniejstriata <13314239+daniejstriata@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:03:39 +0200 Subject: [PATCH] Update go.mod fixed protobuf version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a6e16a627..12ef05d77 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/dgraph-io/ristretto v0.1.0 // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/gdamore/encoding v1.0.0 // indirect - github.com/golang/protobuf v1.5.5 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect github.com/golang/snappy v0.0.3 // indirect