2020-02-17 12:15:57 +00:00
|
|
|
module github.com/ceph/ceph-csi
|
|
|
|
|
2023-02-01 17:36:31 +00:00
|
|
|
go 1.19
|
2020-02-17 12:15:57 +00:00
|
|
|
|
|
|
|
require (
|
2022-12-19 20:02:34 +00:00
|
|
|
github.com/IBM/keyprotect-go-client v0.9.2
|
2023-02-07 16:31:42 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.195
|
2023-02-06 20:04:27 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.18.3
|
2021-10-01 12:08:56 +00:00
|
|
|
github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000
|
2022-06-15 05:34:25 +00:00
|
|
|
// TODO: API for managing subvolume metadata and snapshot metadata requires `ceph_ci_untested` build-tag
|
2023-01-09 11:52:23 +00:00
|
|
|
github.com/ceph/go-ceph v0.19.0
|
2022-11-08 08:19:44 +00:00
|
|
|
github.com/container-storage-interface/spec v1.7.0
|
2021-04-06 06:46:35 +00:00
|
|
|
github.com/csi-addons/replication-lib-utils v0.2.0
|
2022-11-01 13:53:01 +00:00
|
|
|
github.com/csi-addons/spec v0.1.2-0.20221101132540-98eff76b0ff8
|
2022-10-06 10:24:15 +00:00
|
|
|
github.com/gemalto/kmip-go v0.0.8
|
2021-03-31 07:32:09 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2022-08-12 14:30:35 +00:00
|
|
|
github.com/google/fscrypt v0.3.3
|
2022-06-23 11:58:36 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
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
|
2023-02-13 21:01:10 +00:00
|
|
|
github.com/hashicorp/vault/api v1.9.0
|
2022-03-07 20:22:03 +00:00
|
|
|
github.com/kubernetes-csi/csi-lib-utils v0.11.0
|
2023-01-09 20:03:41 +00:00
|
|
|
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.2.0
|
2021-09-28 15:05:57 +00:00
|
|
|
github.com/libopenstorage/secrets v0.0.0-20210908194121-a1d19aa9713a
|
2023-01-30 20:05:01 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.8.0
|
2023-02-01 12:50:52 +00:00
|
|
|
github.com/onsi/gomega v1.26.0
|
2022-11-08 13:59:04 +00:00
|
|
|
github.com/pkg/xattr v0.4.9
|
2022-11-28 20:03:09 +00:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2022-10-24 20:14:12 +00:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2023-01-30 20:05:24 +00:00
|
|
|
golang.org/x/crypto v0.5.0
|
2023-01-09 20:03:17 +00:00
|
|
|
golang.org/x/net v0.5.0
|
|
|
|
golang.org/x/sys v0.4.0
|
2023-02-13 21:00:11 +00:00
|
|
|
google.golang.org/grpc v1.53.0
|
2022-11-11 04:06:17 +00:00
|
|
|
google.golang.org/protobuf v1.28.1
|
2023-02-01 17:06:36 +00:00
|
|
|
k8s.io/api v0.26.1
|
|
|
|
k8s.io/apimachinery v0.26.1
|
2021-08-02 08:40:42 +00:00
|
|
|
k8s.io/client-go v12.0.0+incompatible
|
2023-02-01 17:06:36 +00:00
|
|
|
k8s.io/cloud-provider v0.26.1
|
2023-02-06 20:06:12 +00:00
|
|
|
k8s.io/klog/v2 v2.90.0
|
2021-11-18 13:24:17 +00:00
|
|
|
//
|
|
|
|
// when updating k8s.io/kubernetes, make sure to update the replace section too
|
|
|
|
//
|
2023-02-01 17:06:36 +00:00
|
|
|
k8s.io/kubernetes v1.26.1
|
|
|
|
k8s.io/mount-utils v0.26.1
|
2022-10-31 20:13:41 +00:00
|
|
|
k8s.io/pod-security-admission v0.0.0
|
2023-02-01 17:06:36 +00:00
|
|
|
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
|
2023-02-06 20:04:43 +00:00
|
|
|
sigs.k8s.io/controller-runtime v0.14.4
|
2020-02-17 12:15:57 +00:00
|
|
|
)
|
|
|
|
|
2021-12-09 05:26:33 +00:00
|
|
|
require (
|
2022-08-16 09:47:05 +00:00
|
|
|
github.com/ansel1/merry v1.6.2 // indirect
|
|
|
|
github.com/ansel1/merry/v2 v2.0.1 // indirect
|
2023-02-06 20:04:27 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.17.4 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22 // indirect
|
2022-12-05 20:03:36 +00:00
|
|
|
github.com/aws/smithy-go v1.13.5 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-05-05 02:47:06 +00:00
|
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
2023-02-13 21:00:11 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-05-05 02:47:06 +00:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
2022-11-11 04:06:17 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2022-08-16 09:47:05 +00:00
|
|
|
github.com/gemalto/flume v0.13.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
|
2022-07-15 09:53:35 +00:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-05-05 02:47:06 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
2022-11-11 04:06:17 +00:00
|
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
|
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2022-11-11 04:06:17 +00:00
|
|
|
github.com/google/gnostic v0.6.9 // indirect
|
2022-11-01 15:23:27 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2022-11-17 09:47:11 +00:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2022-01-10 20:13:21 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/hashicorp/go-hclog v0.16.2 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2022-06-27 20:15:13 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2022-06-13 20:18:32 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
|
2022-05-30 20:20:59 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/vault v1.4.2 // indirect
|
2023-01-23 20:08:03 +00:00
|
|
|
github.com/hashicorp/vault/sdk v0.7.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2022-05-05 02:47:06 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2022-08-24 02:24:25 +00:00
|
|
|
github.com/kr/pretty v0.2.1 // indirect
|
2022-11-11 04:06:17 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2022-10-06 10:24:15 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
|
2022-08-16 09:47:05 +00:00
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2022-05-30 20:20:59 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
github.com/moby/sys/mountinfo v0.6.2 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-05-05 02:47:06 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2022-05-05 02:47:06 +00:00
|
|
|
github.com/opencontainers/selinux v1.10.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/openshift/api v0.0.0-20210927171657-636513e97fda // indirect
|
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-11-28 20:03:09 +00:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
github.com/spf13/cobra v1.6.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v0.31.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
2022-10-06 10:24:15 +00:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
2022-08-16 09:47:05 +00:00
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
go.uber.org/zap v1.24.0 // indirect
|
2023-02-13 21:00:11 +00:00
|
|
|
golang.org/x/oauth2 v0.4.0 // indirect
|
2023-01-09 20:03:17 +00:00
|
|
|
golang.org/x/term v0.4.0 // indirect
|
|
|
|
golang.org/x/text v0.6.0 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
golang.org/x/time v0.3.0 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-02-13 21:00:11 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-06-06 20:11:34 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
k8s.io/apiextensions-apiserver v0.26.1 // indirect
|
|
|
|
k8s.io/apiserver v0.26.1 // indirect
|
|
|
|
k8s.io/component-base v0.26.1 // indirect
|
|
|
|
k8s.io/component-helpers v0.26.1 // indirect
|
2023-01-09 20:03:41 +00:00
|
|
|
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
k8s.io/kubectl v0.0.0 // indirect
|
|
|
|
k8s.io/kubelet v0.0.0 // indirect
|
2023-02-01 17:06:36 +00:00
|
|
|
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
|
2022-08-24 02:24:25 +00:00
|
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
2021-12-09 05:26:33 +00:00
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
|
|
)
|
|
|
|
|
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
|
2023-02-01 17:06:36 +00:00
|
|
|
|
|
|
|
// Required for kubernetes 1.26
|
|
|
|
github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.4.0
|
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
|
|
|
|
//
|
2023-02-01 17:06:36 +00:00
|
|
|
k8s.io/api => k8s.io/api v0.26.1
|
|
|
|
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.1
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.26.1
|
|
|
|
k8s.io/apiserver => k8s.io/apiserver v0.26.1
|
|
|
|
k8s.io/cli-runtime => k8s.io/cli-runtime v0.26.1
|
|
|
|
k8s.io/client-go => k8s.io/client-go v0.26.1
|
|
|
|
k8s.io/cloud-provider => k8s.io/cloud-provider v0.26.1
|
|
|
|
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.26.1
|
|
|
|
k8s.io/code-generator => k8s.io/code-generator v0.26.1
|
|
|
|
k8s.io/component-base => k8s.io/component-base v0.26.1
|
|
|
|
k8s.io/component-helpers => k8s.io/component-helpers v0.26.1
|
|
|
|
k8s.io/controller-manager => k8s.io/controller-manager v0.26.1
|
|
|
|
k8s.io/cri-api => k8s.io/cri-api v0.26.1
|
|
|
|
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.26.1
|
|
|
|
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.26.1
|
|
|
|
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.26.1
|
|
|
|
k8s.io/kube-proxy => k8s.io/kube-proxy v0.26.1
|
|
|
|
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.26.1
|
|
|
|
k8s.io/kubectl => k8s.io/kubectl v0.26.1
|
|
|
|
k8s.io/kubelet => k8s.io/kubelet v0.26.1
|
|
|
|
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.26.1
|
|
|
|
k8s.io/metrics => k8s.io/metrics v0.26.1
|
|
|
|
k8s.io/mount-utils => k8s.io/mount-utils v0.26.1
|
|
|
|
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.26.1
|
|
|
|
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.26.1
|
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
|
|
|
|
)
|