ceph-csi/Gopkg.toml

37 lines
704 B
TOML
Raw Normal View History

2018-01-09 18:59:50 +00:00
[[constraint]]
name = "github.com/container-storage-interface/spec"
version = "~1.1.0"
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.14.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.14.0"
2018-01-09 18:59:50 +00:00
2018-03-06 22:33:57 +00:00
[[override]]
version = "kubernetes-1.14.0"
2018-03-06 22:33:57 +00:00
name = "k8s.io/api"
[[override]]
name = "github.com/golang/protobuf"
version = "1.1.0"
2018-12-19 14:26:16 +00:00
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.14.0"
[prune]
go-tests = true
non-go = true
unused-packages = true