File tree Expand file tree Collapse file tree 4 files changed +251
-248
lines changed
github.com/container-storage-interface/spec/lib/go/csi Expand file tree Collapse file tree 4 files changed +251
-248
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/kubernetes-csi/external-resizer
33go 1.17
44
55require (
6- github.com/container-storage-interface/spec v1.5 .0
6+ github.com/container-storage-interface/spec v1.7 .0
77 github.com/google/gofuzz v1.2.0 // indirect
88 github.com/imdario/mergo v0.3.12 // indirect
99 github.com/kubernetes-csi/csi-lib-utils v0.11.0
Original file line number Diff line number Diff line change @@ -107,8 +107,9 @@ github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWH
107107github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 /go.mod h1:h6jFvWxBdQXxjopDMZyH2UVceIRfR84bdzbkoKrsWNo =
108108github.com/cockroachdb/errors v1.2.4 /go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoCr5oaCLELYA =
109109github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f /go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI =
110- github.com/container-storage-interface/spec v1.5.0 h1:lvKxe3uLgqQeVQcrnL2CPQKISoKjTJxojEs9cBk+HXo =
111110github.com/container-storage-interface/spec v1.5.0 /go.mod h1:8K96oQNkJ7pFcC2R9Z1ynGGBB1I93kcS6PGg3SsOk8s =
111+ github.com/container-storage-interface/spec v1.7.0 h1:gW8eyFQUZWWrMWa8p1seJ28gwDoN5CVJ4uAbQ+Hdycw =
112+ github.com/container-storage-interface/spec v1.7.0 /go.mod h1:JYuzLqr9VVNoDJl44xp/8fmCOvWPDKzuGTwCoklhuqk =
112113github.com/coreos/bbolt v1.3.2 /go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk =
113114github.com/coreos/etcd v3.3.13+incompatible /go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE =
114115github.com/coreos/go-oidc v2.1.0+incompatible /go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc =
You can’t perform that action at this time.
0 commit comments