mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
cd8381690d
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
45 lines
855 B
TOML
45 lines
855 B
TOML
[[constraint]]
|
|
name = "github.com/container-storage-interface/spec"
|
|
version = "~1.0.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/kubernetes-csi/drivers"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/golang/glog"
|
|
|
|
[[override]]
|
|
revision = "5db89f0ca68677abc5eefce8f2a0a772c98ba52d"
|
|
name = "github.com/docker/distribution"
|
|
|
|
[[constraint]]
|
|
name = "google.golang.org/grpc"
|
|
version = "1.10.0"
|
|
|
|
[[constraint]]
|
|
version = "kubernetes-1.13.2"
|
|
name = "k8s.io/apimachinery"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/kubernetes"
|
|
version = "v1.13.2"
|
|
|
|
[[override]]
|
|
version = "kubernetes-1.13.2"
|
|
name = "k8s.io/api"
|
|
|
|
[[override]]
|
|
name = "github.com/golang/protobuf"
|
|
version = "1.1.0"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/client-go"
|
|
version = "kubernetes-1.13.2"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
non-go = true
|
|
unused-packages = true
|