From 0325b0fd872244e595bd61a9162a2b0983dd6a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 23:10:42 +0000 Subject: [PATCH] Bump google.golang.org/grpc from 1.56.3 to 1.79.3 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.3 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.56.3...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index a355767a..7292b832 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ module github.com/openthread/ot-ns -go 1.23.0 +go 1.24.0 require ( github.com/alecthomas/participle v0.7.1 @@ -35,20 +35,19 @@ require ( github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.9.0 go.uber.org/zap v1.24.0 - golang.org/x/net v0.38.0 - golang.org/x/term v0.30.0 - google.golang.org/grpc v1.56.3 - google.golang.org/protobuf v1.34.1 + golang.org/x/net v0.48.0 + golang.org/x/term v0.38.0 + google.golang.org/grpc v1.79.3 + google.golang.org/protobuf v1.36.10 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/golang/protobuf v1.5.3 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect go.uber.org/atomic v1.7.0 // indirect go.uber.org/multierr v1.6.0 // indirect - golang.org/x/sys v0.31.0 // indirect - golang.org/x/text v0.23.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 )