mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
f766bb37e5
commit
d0369e9fdf
1
go.mod
1
go.mod
@ -28,6 +28,7 @@ require (
|
|||||||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
||||||
google.golang.org/appengine v1.6.5 // indirect
|
google.golang.org/appengine v1.6.5 // indirect
|
||||||
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // 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
|
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
|
||||||
k8s.io/api v0.18.0
|
k8s.io/api v0.18.0
|
||||||
k8s.io/apimachinery v0.18.0
|
k8s.io/apimachinery v0.18.0
|
||||||
|
Loading…
Reference in New Issue
Block a user