glide: pin gRPC version against the commit hash of 1.2.1

We now pin gRPC against a particular commit version as it seems that
glide has some trouble properly resolving the semantic versioning
constraints for the latest version of gRPC.
This commit is contained in:
Olaoluwa Osuntokun 2017-04-23 19:11:14 -07:00
parent 44e8704105
commit 453e285ac4
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -53,11 +53,11 @@ import:
subpackages:
- context
- package: google.golang.org/grpc
version: ^1.0.0
version: 8050b9cbc271307e5a716a9d782803d09b0d6f2d
- package: github.com/lightningnetwork/lightning-onion
version: 0dd00eb9c6ffcefea7d3c6d6e502df218f49e228
- package: github.com/grpc-ecosystem/grpc-gateway
version: ^1.1.0
version: 1.1.0
- package: github.com/go-errors/errors
- package: github.com/tv42/zbase32
- package: github.com/awalterschulze/gographviz