mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
55 lines
1.1 KiB
TOML
55 lines
1.1 KiB
TOML
|
|
# Gopkg.toml example
|
|
#
|
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
# for detailed Gopkg.toml documentation.
|
|
#
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project"
|
|
# version = "1.0.0"
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project2"
|
|
# branch = "dev"
|
|
# source = "github.com/myfork/project2"
|
|
#
|
|
# [[override]]
|
|
# name = "github.com/x/y"
|
|
# version = "2.4.0"
|
|
|
|
|
|
[[constraint]]
|
|
name = "github.com/container-storage-interface/spec"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/golang/glog"
|
|
|
|
[[constraint]]
|
|
name = "google.golang.org/grpc"
|
|
version = "1.7.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/docker/distribution"
|
|
revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/kubernetes"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/kubernetes-csi/csi-test"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/apimachinery"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/api"
|
|
branch = "master"
|