Skip to content
Open
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/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
go.opentelemetry.io/otel/trace v1.38.0
go.uber.org/goleak v1.3.0
google.golang.org/grpc v1.76.0
google.golang.org/grpc/examples v0.0.0-20251103111523-c45d8e66abf2
google.golang.org/grpc/examples v0.0.0-20251111174012-e8167363406c
)

require (
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 h1:
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
google.golang.org/grpc v1.76.0 h1:UnVkv1+uMLYXoIz6o7chp59WfQUYA2ex/BXQ9rHZu7A=
google.golang.org/grpc v1.76.0/go.mod h1:Ju12QI8M6iQJtbcsV+awF5a4hfJMLi4X0JLo94ULZ6c=
google.golang.org/grpc/examples v0.0.0-20251103111523-c45d8e66abf2 h1:T/zj6fEWOArl7KPOsLALa8h1swafmE+84fgj0Ks5qz0=
google.golang.org/grpc/examples v0.0.0-20251103111523-c45d8e66abf2/go.mod h1:xzjDGOCVty32WE1VTnpe0bemkImjLl/6a0jwTvRAKLE=
google.golang.org/grpc/examples v0.0.0-20251111174012-e8167363406c h1:6yAAof4C7kywcEQz4qvTQm2O3VMAOrzqkFd3798mvxo=
google.golang.org/grpc/examples v0.0.0-20251111174012-e8167363406c/go.mod h1:xzjDGOCVty32WE1VTnpe0bemkImjLl/6a0jwTvRAKLE=
google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE=
google.golang.org/protobuf v1.36.10/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
Loading