File tree Expand file tree Collapse file tree 4 files changed +325
-235
lines changed
github.com/container-storage-interface/spec/lib/go/csi Expand file tree Collapse file tree 4 files changed +325
-235
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/kubernetes-csi/external-snapshotter/v4
33go 1.16
44
55require (
6- github.com/container-storage-interface/spec v1.3 .0
6+ github.com/container-storage-interface/spec v1.4 .0
77 github.com/fsnotify/fsnotify v1.4.9
88 github.com/golang/mock v1.4.4
99 github.com/golang/protobuf v1.4.3
Original file line number Diff line number Diff line change @@ -123,8 +123,9 @@ github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnht
123123github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa /go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8 =
124124github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd /go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI =
125125github.com/container-storage-interface/spec v1.2.0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
126- github.com/container-storage-interface/spec v1.3.0 h1:wMH4UIoWnK/TXYw8mbcIHgZmB6kHOeIsYsiaTJwa6bc =
127126github.com/container-storage-interface/spec v1.3.0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
127+ github.com/container-storage-interface/spec v1.4.0 h1:ozAshSKxpJnYUfmkpZCTYyF/4MYeYlhdXbAvPvfGmkg =
128+ github.com/container-storage-interface/spec v1.4.0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
128129github.com/containerd/cgroups v0.0.0-20200531161412-0dbf7f05ba59 /go.mod h1:pA0z1pT8KYB3TCXK/ocprsh7MAkoW8bZVzPdih9snmM =
129130github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1 /go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw =
130131github.com/containerd/console v1.0.1 /go.mod h1:XUsP6YE/mKtz6bxc+I8UiKKTP04qjQL4qcS3XoQ5xkw =
You can’t perform that action at this time.
0 commit comments