From d6546c82ea16dccca25622fe60b3eb45c2f8177a Mon Sep 17 00:00:00 2001 From: Divyank Katira Date: Tue, 30 Jan 2018 17:02:53 -0500 Subject: [PATCH] [FAB-7508] Set grpc-go min version constraint to 1.8.0 This version introduces transparent retries. The FailFast option that enables this functionality will by exposed in another commit. Change-Id: I2e6aa80c1b8637ebb08d3953dc7da42faf2d2ee5 Signed-off-by: Divyank Katira --- Gopkg.lock | 2 +- Gopkg.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index bb02c8bdee..ec278e83a2 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -269,6 +269,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "6ebfe9f59d1c677ea5083599d9811c5326ef47cce8a963a9fcec2d5f464e6de0" + inputs-digest = "ed0c45d5f70559bf5f9e7b5bba092ff8f8c8aa8f79e494c88398d15e78a68ac7" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index c1af15ba95..ec04ffe750 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -14,7 +14,7 @@ [[constraint]] name = "google.golang.org/grpc" - version = "1.5.2" + version = "1.8.0" [[constraint]] name = "github.com/golang/protobuf" @@ -60,4 +60,4 @@ [[constraint]] name = "github.com/stretchr/testify" - version = "1.2.0" + version = "1.2.0"