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:
parent
44e8704105
commit
453e285ac4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user