mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-12 17:30:19 +00:00
5aca04d540
At present e2e snapshot code make use of snapshot v1beta1 api and client This patch address the same and snapshot api clientset/apis are updated to v1 version. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
18 lines
608 B
Modula-2
18 lines
608 B
Modula-2
module google.golang.org/grpc
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403
|
|
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.5.0
|
|
github.com/google/uuid v1.1.2
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|