File tree Expand file tree Collapse file tree 5 files changed +21
-8349
lines changed
Expand file tree Collapse file tree 5 files changed +21
-8349
lines changed Original file line number Diff line number Diff line change 11module github.com/ceph/ceph-csi
22
3- go 1.24.0
4-
5- toolchain go1.24.2
3+ go 1.24.4
64
75// our own API
86replace github.com/ceph/ceph-csi/api => ./api
@@ -14,6 +12,7 @@ require (
1412 github.com/aws/aws-sdk-go v1.55.7
1513 github.com/aws/aws-sdk-go-v2/service/sts v1.34.0
1614 github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000
15+ github.com/ceph/ceph-nvmeof/lib/go/nvmeof v0.0.0-20250812192600-037de4cfd423
1716 github.com/ceph/go-ceph v0.34.0
1817 github.com/container-storage-interface/spec v1.11.0
1918 github.com/csi-addons/kubernetes-csi-addons v0.10.1-0.20250619114017-8816325e2e14
Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ github.com/cenkalti/backoff/v3 v3.2.2/go.mod h1:cIeZDE3IrqwwJl6VUwCN6trj1oXrTS4r
132132github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
133133github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
134134github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
135+ github.com/ceph/ceph-nvmeof/lib/go/nvmeof v0.0.0-20250812192600-037de4cfd423 h1:Q7lE8B6IaLc3j7Af4uKS4Lgpc500g6IwIzpIVzzEbJM =
136+ github.com/ceph/ceph-nvmeof/lib/go/nvmeof v0.0.0-20250812192600-037de4cfd423 /go.mod h1:P+rCBJEUy2Yt6vOcTh7pyh9/g+o9pOZc7kyY6k/PS5U =
135137github.com/ceph/go-ceph v0.34.0 h1:C45yU8VRl0Rg+/I0qw5bzT337HG6DL0yBQ0VR6QHv4o =
136138github.com/ceph/go-ceph v0.34.0 /go.mod h1:otRLwpVgM81lK5zdGYOfr4OELdeS97luDBE/PjXAB5o =
137139github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
You can’t perform that action at this time.
0 commit comments