Skip to content

Commit 1798457

Browse files
Update module google.golang.org/grpc to v1.76.0
| datasource | package | from | to | | ---------- | ---------------------- | ------- | ------- | | go | google.golang.org/grpc | v1.75.1 | v1.76.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6e64aa commit 1798457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.8
55
require (
66
github.com/opentracing/opentracing-go v1.2.0
77
github.com/stretchr/testify v1.11.1
8-
google.golang.org/grpc v1.75.1
8+
google.golang.org/grpc v1.76.0
99
)
1010

1111
require (

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/opentracing-contrib/go-grpc v0.0.0
1010
github.com/opentracing/opentracing-go v1.2.0
1111
github.com/stretchr/testify v1.11.1
12-
google.golang.org/grpc v1.75.1
12+
google.golang.org/grpc v1.76.0
1313
)
1414

1515
require (

0 commit comments

Comments
 (0)