File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/beorn7/perks v1.0.1 // indirect
1818 github.com/blang/semver/v4 v4.0.0 // indirect
1919 github.com/cespare/xxhash/v2 v2.3.0 // indirect
20- github.com/container-storage-interface/spec v1.11 .0 // indirect
20+ github.com/container-storage-interface/spec v1.12 .0 // indirect
2121 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2222 github.com/emicklei/go-restful/v3 v3.13.0 // indirect
2323 github.com/fxamacker/cbor/v2 v2.9.0 // indirect
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ github.com/cert-manager/cert-manager v1.19.1 h1:Txh8L/nLWTDcb7ZnXuXbTe15BxQnLbLi
1010github.com/cert-manager/cert-manager v1.19.1 /go.mod h1:8Ps1VXCQRGKT8zNvLQlhDK1gFKWmYKdIPQFmvTS2JeA =
1111github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
1212github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
13- github.com/container-storage-interface/spec v1.11 .0 h1:H/YKTOeUZwHtyPOr9raR+HgFmGluGCklulxDYxSdVNM =
14- github.com/container-storage-interface/spec v1.11 .0 /go.mod h1:DtUvaQszPml1YJfIK7c00mlv6/g4wNMLanLgiUbKFRI =
13+ github.com/container-storage-interface/spec v1.12 .0 h1:zrFOEqpR5AghNaaDG4qyedwPBqU2fU0dWjLQMP/azK0 =
14+ github.com/container-storage-interface/spec v1.12 .0 /go.mod h1:txsm+MA2B2WDa5kW69jNbqPnvTtfvZma7T/zsAZ9qX8 =
1515github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
1616github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1717github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.0
44
55require (
66 github.com/cert-manager/cert-manager v1.19.1
7- github.com/container-storage-interface/spec v1.11 .0
7+ github.com/container-storage-interface/spec v1.12 .0
88 github.com/go-logr/logr v1.4.3
99 github.com/kubernetes-csi/csi-lib-utils v0.22.0
1010 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/cert-manager/cert-manager v1.19.1 h1:Txh8L/nLWTDcb7ZnXuXbTe15BxQnLbLi
66github.com/cert-manager/cert-manager v1.19.1 /go.mod h1:8Ps1VXCQRGKT8zNvLQlhDK1gFKWmYKdIPQFmvTS2JeA =
77github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
88github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
9- github.com/container-storage-interface/spec v1.11 .0 h1:H/YKTOeUZwHtyPOr9raR+HgFmGluGCklulxDYxSdVNM =
10- github.com/container-storage-interface/spec v1.11 .0 /go.mod h1:DtUvaQszPml1YJfIK7c00mlv6/g4wNMLanLgiUbKFRI =
9+ github.com/container-storage-interface/spec v1.12 .0 h1:zrFOEqpR5AghNaaDG4qyedwPBqU2fU0dWjLQMP/azK0 =
10+ github.com/container-storage-interface/spec v1.12 .0 /go.mod h1:txsm+MA2B2WDa5kW69jNbqPnvTtfvZma7T/zsAZ9qX8 =
1111github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
1212github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1313github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments