From 369f9aa6cfe3bfa2bd91ba16f5c23b0986a67963 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Tue, 21 May 2019 16:15:48 +0200 Subject: [PATCH] deps: bump go-grpc (1.19.0 -> 1.20.1) Looks like we've missed a few releases -- here they are. The interesting releases are: - v1.20.0, as it has a few new features and bug fixes - v1.19.1 has a bug fix for https://github.com/grpc/grpc-go/pull/2669, which could have happened to us as well. For all the notes, see the releases page: https://github.com/grpc/grpc-go/releases Signed-off-by: Stephan Renatus --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 58a7d650c92..5a415d76083 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -83,7 +83,7 @@ required = [ [[constraint]] name = "google.golang.org/grpc" - version = "1.19.0" + version = "1.20.1" [[constraint]] name = "github.com/dexidp/dex"