From 940b46bbcf6b888b113106b27b739178ac01bd37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 02:24:41 +0000 Subject: [PATCH] deps: Bump google.golang.org/grpc from 1.83.1 to 1.83.2 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.83.1 to 1.83.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.83.1...v1.83.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.83.2 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 76411ff75..4ef2589db 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/spf13/cobra v1.10.2 golang.org/x/text v0.41.0 golang.org/x/tools v0.49.0 - google.golang.org/grpc v1.83.1 + google.golang.org/grpc v1.83.2 gopkg.in/yaml.v3 v3.0.1 )