From df3af43493ba9167a071bb4ea4e5a3d937e5a4ed Mon Sep 17 00:00:00 2001 From: begininvoke <56797886+begininvoke@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:12:45 -0700 Subject: [PATCH] =?UTF-8?q?fix(security):=20fix(deps):=20google.golang.org?= =?UTF-8?q?/protobuf=20v1.31.0=20=E2=86=92=201.33.0=20(CVE-2024-24786)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index c8a20f7cc..d474c0ebb 100644 --- a/go.mod +++ b/go.mod @@ -8,5 +8,5 @@ require ( github.com/golang/glog v1.2.4 github.com/google/go-cmp v0.6.0 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c - google.golang.org/protobuf v1.31.0 -) + google.golang.org/protobuf v1.33.0 +) \ No newline at end of file