From ad6d6c242d9949e408b511c7fa48bbaa93254357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:21:17 +0000 Subject: [PATCH] build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.10 Bumps google.golang.org/protobuf from 1.36.6 to 1.36.10. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.36.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9d87b99..deeea40 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/goexl/gox v1.9.2 golang.org/x/net v0.42.0 google.golang.org/grpc v1.74.2 - google.golang.org/protobuf v1.36.6 + google.golang.org/protobuf v1.36.10 ) require (