Skip to content

Commit

Permalink
Update grpc to 1.57.2-dev
Browse files Browse the repository at this point in the history
This includes fix from grpc/grpc-go#6737

Should fix #6385

Signed-off-by: Oleg Zaytsev <[email protected]>
  • Loading branch information
colega committed Oct 18, 2023
1 parent 8d066b1 commit 6650f2b
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 74 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,6 @@ replace github.com/munnerz/goautoneg => github.com/charleskorn/goautoneg v0.0.0-

// Replace opentracing-contrib/go-stdlib with a fork until https://github.com/opentracing-contrib/go-stdlib/pull/68 is merged.
replace github.com/opentracing-contrib/go-stdlib => github.com/grafana/opentracing-contrib-go-stdlib v0.0.0-20230509071955-f410e79da956

// Replace grpc 1.57.1 with fix from https://github.com/grpc/grpc-go/pull/6737
replace google.golang.org/grpc => github.com/bboreham/grpc-go v1.2.1-0.20231018103311-f160e1270255
Loading

0 comments on commit 6650f2b

Please sign in to comment.