Add grpc 1.27 version require section in go.mod to avoid CI issue

This PR addes GRPC 1.27 to required section in go.mod
file. this is overridden by 1.26 in replace section

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 3b608f130a)
This commit is contained in:
Madhu Rajanna 2020-04-23 14:23:11 +05:30 committed by mergify[bot]
parent f766bb37e5
commit d0369e9fdf

1
go.mod
View File

@ -28,6 +28,7 @@ require (
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // indirect
google.golang.org/grpc v1.27.0
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
k8s.io/api v0.18.0
k8s.io/apimachinery v0.18.0