sourcegraph / go-sourcegraph

https://sourcegraph.com/github.com/sourcegraph/go-sourcegraph
MIT License
42 stars 9 forks source link

Update to latest grpc-go api #77

Closed pararthshah closed 9 years ago

pararthshah commented 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

Also, the dependency github.com/sqs/grpccache is moved to github.com/sourcegraph/grpccache.

dmitshur commented 9 years ago

Left some comments, otherwise LGTM.