File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55require (
66 github.com/ceph/ceph-csi-operator/api v0.0.0-00010101000000-000000000000
77 github.com/go-logr/logr v1.4.3
8- github.com/kubernetes-csi/external-snapshot-metadata/client v0.0.0-20250716030224-c97af6ded787
8+ github.com/kubernetes-csi/external-snapshot-metadata/client v0.1.0
99 github.com/onsi/ginkgo/v2 v2.23.4
1010 github.com/onsi/gomega v1.38.0
1111 k8s.io/api v0.33.3
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
8484github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
8585github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
8686github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
87- github.com/kubernetes-csi/external-snapshot-metadata/client v0.0.0-20250716030224-c97af6ded787 h1:Z1bdi4TurQPpwvujSr0edIV0gqSzEO7HnFcTlz0d9KU =
88- github.com/kubernetes-csi/external-snapshot-metadata/client v0.0.0-20250716030224-c97af6ded787 /go.mod h1:kwzkmGSLaSFZpAW67PmrXN7j/B34LIkUvfPZjwQfad8 =
87+ github.com/kubernetes-csi/external-snapshot-metadata/client v0.1.0 h1:tKiB2KIZapKQ3mGBLvzoAaSdip7WBeoEehJlx9DXoxQ =
88+ github.com/kubernetes-csi/external-snapshot-metadata/client v0.1.0 /go.mod h1:u3KUZClAM2oUbRclI0UT15yrrnhFs3lO2a+y/WP1DSE =
8989github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
9090github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
9191github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ github.com/josharian/intern
129129# github.com/json-iterator/go v1.1.12
130130## explicit; go 1.12
131131github.com/json-iterator/go
132- # github.com/kubernetes-csi/external-snapshot-metadata/client v0.0.0-20250716030224-c97af6ded787
133- ## explicit; go 1.23.6
132+ # github.com/kubernetes-csi/external-snapshot-metadata/client v0.1.0
133+ ## explicit; go 1.22.3
134134github.com/kubernetes-csi/external-snapshot-metadata/client/apis/snapshotmetadataservice/v1alpha1
135135# github.com/mailru/easyjson v0.7.7
136136## explicit; go 1.12
You can’t perform that action at this time.
0 commit comments