Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update google.golang.org/grpc/examples digest to e0d191d #1769

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/test/e2e/grpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.7
require (
go.opentelemetry.io/otel v1.34.0
google.golang.org/grpc v1.70.0
google.golang.org/grpc/examples v0.0.0-20250206120309-f227ba9ba0e3
google.golang.org/grpc/examples v0.0.0-20250207091334-e0d191d8adcd
)

require (
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/grpc/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 h1:
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489/go.mod h1:8BS3B93F/U1juMFq9+EDk+qOT5CO1R9IzXxG3PTqiRk=
google.golang.org/grpc v1.70.0 h1:pWFv03aZoHzlRKHWicjsZytKAiYCtNS0dHbXnIdq7jQ=
google.golang.org/grpc v1.70.0/go.mod h1:ofIJqVKDXx/JiXrwr2IG4/zwdH9txy3IlF40RmcJSQw=
google.golang.org/grpc/examples v0.0.0-20250206120309-f227ba9ba0e3 h1:KmmtvpZvLlkrX0s33pIif7iCNabCq4HIrSZwVbmcGpE=
google.golang.org/grpc/examples v0.0.0-20250206120309-f227ba9ba0e3/go.mod h1:AlaDj07WME3ZVXUC+xunZ0Px0tfSINOxYFontBlDosg=
google.golang.org/grpc/examples v0.0.0-20250207091334-e0d191d8adcd h1:+bQEdfhH3LcsbFQA3r4O5qNAHvJmBrqG8fh1m1q98lk=
google.golang.org/grpc/examples v0.0.0-20250207091334-e0d191d8adcd/go.mod h1:AlaDj07WME3ZVXUC+xunZ0Px0tfSINOxYFontBlDosg=
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down
Loading