ceph-csi/Gopkg.toml

36 lines
711 B
TOML
Raw Normal View History

2018-01-09 18:59:50 +00:00
[[constraint]]
name = "github.com/container-storage-interface/spec"
version = "~1.0.0"
2018-03-06 22:33:57 +00:00
[[constraint]]
branch = "master"
name = "github.com/kubernetes-csi/drivers"
2018-01-09 18:59:50 +00:00
[[constraint]]
branch = "master"
name = "github.com/golang/glog"
2018-03-06 22:33:57 +00:00
[[override]]
revision = "5db89f0ca68677abc5eefce8f2a0a772c98ba52d"
name = "github.com/docker/distribution"
2018-01-09 18:59:50 +00:00
[[constraint]]
name = "google.golang.org/grpc"
2018-03-06 22:33:57 +00:00
version = "1.10.0"
2018-01-09 18:59:50 +00:00
[[constraint]]
version = "kubernetes-1.13.0"
2018-03-06 22:33:57 +00:00
name = "k8s.io/apimachinery"
2018-01-09 18:59:50 +00:00
[[constraint]]
name = "k8s.io/kubernetes"
version = "v1.13.0"
2018-01-09 18:59:50 +00:00
2018-03-06 22:33:57 +00:00
[[override]]
version = "kubernetes-1.13.0"
2018-03-06 22:33:57 +00:00
name = "k8s.io/api"
[[override]]
name = "github.com/golang/protobuf"
version = "1.1.0"