Closed pararthshah closed 9 years ago
This change makes go-sourcegraph work with the newer grpc-go API. It is tested to work with these commits:
github.com/google/protobuf@v3.0.0-beta-1 github.com/gogo/protobuf@200875106f3bf0eb01eb297dae30b250a25ffc84 google.golang.org/grpc@f7d1653e300d6ad9f019bce7a5f5ab3b4821f637
github.com/google/protobuf@v3.0.0-beta-1
github.com/gogo/protobuf@200875106f3bf0eb01eb297dae30b250a25ffc84
google.golang.org/grpc@f7d1653e300d6ad9f019bce7a5f5ab3b4821f637
Also, the dependency github.com/sqs/grpccache is moved to github.com/sourcegraph/grpccache.
github.com/sqs/grpccache
github.com/sourcegraph/grpccache
Left some comments, otherwise LGTM.
This change makes go-sourcegraph work with the newer grpc-go API. It is tested to work with these commits:
github.com/google/protobuf@v3.0.0-beta-1
github.com/gogo/protobuf@200875106f3bf0eb01eb297dae30b250a25ffc84
google.golang.org/grpc@f7d1653e300d6ad9f019bce7a5f5ab3b4821f637
Also, the dependency
github.com/sqs/grpccache
is moved togithub.com/sourcegraph/grpccache
.