From de2e2564e555075b32f620c1ff5fc41e56e0d835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 02:10:52 +0000 Subject: [PATCH] Bump the go_modules group across 3 directories with 1 update Bumps the go_modules group with 1 update in the /decub-control-plane directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Bumps the go_modules group with 1 update in the /decube directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Bumps the go_modules group with 1 update in the /rechain directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.78.0 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.78.0...v1.79.3) Updates `google.golang.org/grpc` from 1.78.0 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.78.0...v1.79.3) Updates `google.golang.org/grpc` from 1.78.0 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.78.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- decub-control-plane/go.mod | 8 ++++---- decube/go.mod | 2 +- rechain/go.mod | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/decub-control-plane/go.mod b/decub-control-plane/go.mod index c0b70b1..0ddf1ad 100644 --- a/decub-control-plane/go.mod +++ b/decub-control-plane/go.mod @@ -28,11 +28,11 @@ require ( go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.8.0 // indirect go.uber.org/zap v1.21.0 // indirect - golang.org/x/net v0.47.0 // indirect - golang.org/x/sys v0.38.0 // indirect - golang.org/x/text v0.31.0 // indirect + golang.org/x/net v0.48.0 // indirect + golang.org/x/sys v0.39.0 // indirect + golang.org/x/text v0.32.0 // indirect google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect - google.golang.org/grpc v1.78.0 // indirect + google.golang.org/grpc v1.79.3 // indirect google.golang.org/protobuf v1.36.10 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/decube/go.mod b/decube/go.mod index b626b10..d6092c0 100644 --- a/decube/go.mod +++ b/decube/go.mod @@ -6,7 +6,7 @@ require ( github.com/coreos/etcd v3.3.27+incompatible github.com/gorilla/mux v1.8.0 github.com/spf13/viper v1.15.0 - google.golang.org/grpc v1.78.0 + google.golang.org/grpc v1.79.3 ) require ( diff --git a/rechain/go.mod b/rechain/go.mod index 1fc5b59..8123fa7 100644 --- a/rechain/go.mod +++ b/rechain/go.mod @@ -13,7 +13,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.11.1 - google.golang.org/grpc v1.78.0 + google.golang.org/grpc v1.79.3 ) require (