From 453e285ac4417c57289ee8e8f9c93885f7aa6138 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sun, 23 Apr 2017 19:11:14 -0700 Subject: [PATCH] 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. --- glide.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glide.yaml b/glide.yaml index 7f9693427..e399914e5 100644 --- a/glide.yaml +++ b/glide.yaml @@ -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