File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55toolchain go1.25.3
66
77require (
8- github.com/container-storage-interface/spec v1.11 .0
8+ github.com/container-storage-interface/spec v1.12 .0
99 github.com/go-viper/mapstructure/v2 v2.4.0
1010 github.com/google/uuid v1.6.0
1111 github.com/kubernetes-csi/csi-lib-utils v0.19.0
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
1818github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
1919github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
2020github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
21- github.com/container-storage-interface/spec v1.11 .0 h1:H/YKTOeUZwHtyPOr9raR+HgFmGluGCklulxDYxSdVNM =
22- github.com/container-storage-interface/spec v1.11 .0 /go.mod h1:DtUvaQszPml1YJfIK7c00mlv6/g4wNMLanLgiUbKFRI =
21+ github.com/container-storage-interface/spec v1.12 .0 h1:zrFOEqpR5AghNaaDG4qyedwPBqU2fU0dWjLQMP/azK0 =
22+ github.com/container-storage-interface/spec v1.12 .0 /go.mod h1:txsm+MA2B2WDa5kW69jNbqPnvTtfvZma7T/zsAZ9qX8 =
2323github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4 =
2424github.com/coreos/go-semver v0.3.1 /go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec =
2525github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs =
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const (
2323
2424var (
2525 // CSI spec version
26- specVersion = "1.11 .0"
26+ specVersion = "1.12 .0"
2727 Version = "1.0.0"
2828)
2929
You can’t perform that action at this time.
0 commit comments