Skip to content

Commit fdfb97f

Browse files
authored
Merge pull request #294 from iPraveenParihar/deps/update-snapshot-metadata-client-v0.1.0
deps: update external-snapshot-metadata client to v0.1.0
2 parents a6fa69b + c62ab2f commit fdfb97f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
8484
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
8585
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
8686
github.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=
8989
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
9090
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
9191
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ github.com/josharian/intern
129129
# github.com/json-iterator/go v1.1.12
130130
## explicit; go 1.12
131131
github.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
134134
github.com/kubernetes-csi/external-snapshot-metadata/client/apis/snapshotmetadataservice/v1alpha1
135135
# github.com/mailru/easyjson v0.7.7
136136
## explicit; go 1.12

0 commit comments

Comments
 (0)