File tree Expand file tree Collapse file tree 4 files changed +331
-251
lines changed
github.com/container-storage-interface/spec/lib/go/csi Expand file tree Collapse file tree 4 files changed +331
-251
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/kubernetes-csi/csi-lib-utils
3
3
go 1.16
4
4
5
5
require (
6
- github.com/container-storage-interface/spec v1.4 .0
6
+ github.com/container-storage-interface/spec v1.5 .0
7
7
github.com/golang/protobuf v1.4.3
8
8
github.com/stretchr/testify v1.6.1
9
9
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5P
53
53
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 /go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU =
54
54
github.com/client9/misspell v0.3.4 /go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw =
55
55
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 /go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk =
56
- github.com/container-storage-interface/spec v1.4 .0 h1:ozAshSKxpJnYUfmkpZCTYyF/4MYeYlhdXbAvPvfGmkg =
57
- github.com/container-storage-interface/spec v1.4 .0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
56
+ github.com/container-storage-interface/spec v1.5 .0 h1:lvKxe3uLgqQeVQcrnL2CPQKISoKjTJxojEs9cBk+HXo =
57
+ github.com/container-storage-interface/spec v1.5 .0 /go.mod h1:8K96oQNkJ7pFcC2R9Z1ynGGBB1I93kcS6PGg3SsOk8s =
58
58
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
59
59
github.com/creack/pty v1.1.11 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
60
60
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments