File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ module github.com/kubernetes-csi/external-snapshotter/v8
33go 1.23.1
44
55require (
6- // TODO: update version once it is officially released
7- github.com/container-storage-interface/spec v1.10.1-0.20241022120259-f6b6d53db606
6+ github.com/container-storage-interface/spec v1.11.0
87 github.com/evanphx/json-patch v5.9.0+incompatible
98 github.com/golang/mock v1.6.0
109 github.com/kubernetes-csi/csi-lib-utils v0.19.0
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM
44github.com/blang/semver/v4 v4.0.0 /go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ =
55github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
66github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
7- github.com/container-storage-interface/spec v1.10.1-0.20241022120259-f6b6d53db606 h1:PtXpku0GhORJLv9g2RRenXXdmJB+dklYJXSeJePxPmo =
8- github.com/container-storage-interface/spec v1.10.1-0.20241022120259-f6b6d53db606 /go.mod h1:DtUvaQszPml1YJfIK7c00mlv6/g4wNMLanLgiUbKFRI =
7+ github.com/container-storage-interface/spec v1.11.0 h1:H/YKTOeUZwHtyPOr9raR+HgFmGluGCklulxDYxSdVNM =
8+ github.com/container-storage-interface/spec v1.11.0 /go.mod h1:DtUvaQszPml1YJfIK7c00mlv6/g4wNMLanLgiUbKFRI =
99github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
1010github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1111github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ github.com/blang/semver/v4
77# github.com/cespare/xxhash/v2 v2.3.0
88## explicit; go 1.11
99github.com/cespare/xxhash/v2
10- # github.com/container-storage-interface/spec v1.10.1-0.20241022120259-f6b6d53db606
10+ # github.com/container-storage-interface/spec v1.11.0
1111## explicit; go 1.18
1212github.com/container-storage-interface/spec/lib/go/csi
1313# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
You can’t perform that action at this time.
0 commit comments