2020-02-17 12:15:57 +00:00
|
|
|
module github.com/ceph/ceph-csi
|
|
|
|
|
2021-05-10 06:29:04 +00:00
|
|
|
go 1.16
|
2020-02-17 12:15:57 +00:00
|
|
|
|
|
|
|
require (
|
2021-11-02 10:54:36 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.41.15
|
2021-10-01 12:08:56 +00:00
|
|
|
github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000
|
2021-10-18 20:26:15 +00:00
|
|
|
github.com/ceph/go-ceph v0.12.0
|
2021-06-17 07:31:33 +00:00
|
|
|
github.com/container-storage-interface/spec v1.5.0
|
2021-04-06 06:46:35 +00:00
|
|
|
github.com/csi-addons/replication-lib-utils v0.2.0
|
2021-09-20 20:27:08 +00:00
|
|
|
github.com/csi-addons/spec v0.1.1
|
2021-11-01 20:37:52 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
2021-03-31 07:32:09 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-06-04 08:59:18 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2020-02-17 12:15:57 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
2021-11-01 20:37:52 +00:00
|
|
|
github.com/hashicorp/vault/api v1.3.0
|
2021-08-17 15:10:24 +00:00
|
|
|
github.com/kubernetes-csi/csi-lib-utils v0.10.0
|
2021-08-17 03:25:19 +00:00
|
|
|
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
|
2021-09-28 15:05:57 +00:00
|
|
|
github.com/libopenstorage/secrets v0.0.0-20210908194121-a1d19aa9713a
|
2021-10-13 06:54:40 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.5
|
2021-11-08 20:26:59 +00:00
|
|
|
github.com/onsi/gomega v1.17.0
|
2021-06-04 08:59:18 +00:00
|
|
|
github.com/pborman/uuid v1.2.1
|
2021-06-25 05:02:01 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-03-04 09:54:44 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-11-01 20:37:52 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
2021-09-02 12:01:06 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2
|
2021-11-03 03:39:02 +00:00
|
|
|
google.golang.org/grpc v1.42.0
|
2021-09-21 05:14:45 +00:00
|
|
|
k8s.io/api v0.22.2
|
|
|
|
k8s.io/apimachinery v0.22.2
|
2021-08-02 08:40:42 +00:00
|
|
|
k8s.io/client-go v12.0.0+incompatible
|
2021-09-21 05:14:45 +00:00
|
|
|
k8s.io/cloud-provider v0.22.2
|
2021-08-30 14:09:50 +00:00
|
|
|
k8s.io/klog/v2 v2.10.0
|
2021-09-20 20:27:55 +00:00
|
|
|
k8s.io/kubernetes v1.22.2
|
2021-09-21 05:14:45 +00:00
|
|
|
k8s.io/mount-utils v0.22.2
|
2021-09-20 20:27:55 +00:00
|
|
|
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
|
2021-10-12 08:59:19 +00:00
|
|
|
sigs.k8s.io/controller-runtime v0.10.2
|
2020-02-17 12:15:57 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
replace (
|
2021-08-30 11:33:09 +00:00
|
|
|
code.cloudfoundry.org/gofileutils => github.com/cloudfoundry/gofileutils v0.0.0-20170111115228-4d0c80011a0f
|
2021-10-01 12:08:56 +00:00
|
|
|
github.com/ceph/ceph-csi/api => ./api
|
2021-03-31 07:32:09 +00:00
|
|
|
github.com/golang/protobuf => github.com/golang/protobuf v1.4.3
|
2021-08-02 08:40:42 +00:00
|
|
|
github.com/portworx/sched-ops => github.com/portworx/sched-ops v0.20.4-openstorage-rc3
|
2021-08-30 10:25:55 +00:00
|
|
|
gomodules.xyz/jsonpatch/v2 => github.com/gomodules/jsonpatch/v2 v2.2.0
|
2021-08-31 07:28:02 +00:00
|
|
|
//
|
|
|
|
// k8s.io/kubernetes depends on these k8s.io packages, but unversioned
|
|
|
|
//
|
2021-09-21 05:14:45 +00:00
|
|
|
k8s.io/api => k8s.io/api v0.22.2
|
|
|
|
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.22.2
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.22.2
|
|
|
|
k8s.io/apiserver => k8s.io/apiserver v0.22.2
|
|
|
|
k8s.io/cli-runtime => k8s.io/cli-runtime v0.22.2
|
|
|
|
k8s.io/client-go => k8s.io/client-go v0.22.2
|
|
|
|
k8s.io/cloud-provider => k8s.io/cloud-provider v0.22.2
|
|
|
|
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.22.2
|
|
|
|
k8s.io/code-generator => k8s.io/code-generator v0.22.2
|
|
|
|
k8s.io/component-base => k8s.io/component-base v0.22.2
|
|
|
|
k8s.io/component-helpers => k8s.io/component-helpers v0.22.2
|
|
|
|
k8s.io/controller-manager => k8s.io/controller-manager v0.22.2
|
|
|
|
k8s.io/cri-api => k8s.io/cri-api v0.22.2
|
|
|
|
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.22.2
|
|
|
|
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.22.2
|
|
|
|
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.22.2
|
|
|
|
k8s.io/kube-proxy => k8s.io/kube-proxy v0.22.2
|
|
|
|
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.22.2
|
|
|
|
k8s.io/kubectl => k8s.io/kubectl v0.22.2
|
|
|
|
k8s.io/kubelet => k8s.io/kubelet v0.22.2
|
|
|
|
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.22.2
|
|
|
|
k8s.io/metrics => k8s.io/metrics v0.22.2
|
|
|
|
k8s.io/mount-utils => k8s.io/mount-utils v0.22.2
|
|
|
|
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.22.2
|
|
|
|
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.22.2
|
2021-11-17 11:19:58 +00:00
|
|
|
// layeh.com seems to be misbehaving
|
|
|
|
layeh.com/radius => github.com/layeh/radius v0.0.0-20190322222518-890bc1058917
|
2020-02-17 12:15:57 +00:00
|
|
|
)
|
2021-08-02 08:40:42 +00:00
|
|
|
|
2021-10-19 15:00:15 +00:00
|
|
|
exclude (
|
|
|
|
// missing tag, referred to by github.com/hashicorp/go-kms-wrapping@v0.5.1
|
|
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20191229212425-c478d00be0d6
|
|
|
|
|
|
|
|
// This tag doesn't exist, but is imported by github.com/portworx/sched-ops.
|
|
|
|
github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc2
|
|
|
|
)
|