Skip to content

Commit

Permalink
go.mod: explain gRPC replace directive
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Nov 28, 2024
1 parent 4d7e7eb commit c522689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,6 @@ replace golang.org/x/time => github.com/cockroachdb/x-time v0.3.1-0.202305251236
replace github.com/gogo/protobuf => github.com/cockroachdb/gogoproto v1.3.3-0.20241118145159-46874edb1b83

// See https://github.com/cockroachdb/cockroach/issues/136367.
// We must use the noalpncheck version of grpc-go until the MinSupportedVersion
// also uses gRPC at v1.68.0 or above.
replace google.golang.org/grpc v1.68.0 => github.com/cockroachdb/grpc-go v1.68.0-noalpncheck

0 comments on commit c522689

Please # to comment.