Skip to content

Commit

Permalink
[dnm] custom fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Dec 2, 2024
1 parent 1301656 commit cbe8f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions DEPS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11479,11 +11479,9 @@ def go_deps():
name = "org_golang_google_grpc",
build_file_proto_mode = "disable_global",
importpath = "google.golang.org/grpc",
sha256 = "8378992958322f6f002fd9fddd621055ddba00653d30b4fa3b16bc4faef9a0e9",
strip_prefix = "github.com/cockroachdb/grpc-go@v1.68.0-noalpncheck.0.20241129124825-5710e83f714e",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/grpc-go/com_github_cockroachdb_grpc_go-v1.68.0-noalpncheck.0.20241129124825-5710e83f714e.zip",
],
vcs = "git",
remote = "/Users/tbg/grpc-go", # Custom fork.
commit = "master", # Custom commit.
)
go_repository(
name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc",
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,5 @@ replace github.com/gogo/protobuf => github.com/cockroachdb/gogoproto v1.3.3-0.20
//
// See https://github.com/cockroachdb/cockroach/issues/136367 for `noalpncheck`.
// See https://github.com/cockroachdb/cockroach/pull/136278#issuecomment-2506494078 for `decompsize`.
replace google.golang.org/grpc v1.68.0 => github.com/cockroachdb/grpc-go v1.68.0-noalpncheck.0.20241129124825-5710e83f714e
// replace google.golang.org/grpc v1.68.0 => github.com/cockroachdb/grpc-go v1.68.0-noalpncheck.0.20241129124825-5710e83f714e
replace google.golang.org/grpc v1.68.0 => /Users/tbg/grpc-go

0 comments on commit cbe8f5b

Please sign in to comment.