Skip to content

Commit 4cd891e

Browse files
fix(deps): update module google.golang.org/protobuf to v1.36.10
1 parent f21ffbc commit 4cd891e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demoapp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
1212
go.opentelemetry.io/otel/sdk v1.28.0
1313
go.opentelemetry.io/otel/sdk/metric v1.28.0
14-
google.golang.org/protobuf v1.34.2
14+
google.golang.org/protobuf v1.36.10
1515
)
1616

1717
require (

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/protoconf/protoconf v0.1.7
99
github.com/stretchr/testify v1.9.0
1010
google.golang.org/grpc v1.65.0
11-
google.golang.org/protobuf v1.34.2
11+
google.golang.org/protobuf v1.36.10
1212
)
1313

1414
require (

0 commit comments

Comments
 (0)