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
3
3
go 1.23.1
4
4
5
5
require (
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
8
7
github.com/evanphx/json-patch v5.9.0+incompatible
9
8
github.com/golang/mock v1.6.0
10
9
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
4
4
github.com/blang/semver/v4 v4.0.0 /go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ =
5
5
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
6
6
github.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 =
9
9
github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
10
10
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
11
11
github.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
7
7
# github.com/cespare/xxhash/v2 v2.3.0
8
8
## explicit; go 1.11
9
9
github.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
11
11
## explicit; go 1.18
12
12
github.com/container-storage-interface/spec/lib/go/csi
13
13
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
You can’t perform that action at this time.
0 commit comments