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/livenessprobe
33go 1.16
44
55require (
6- github.com/container-storage-interface/spec v1.4 .0
6+ github.com/container-storage-interface/spec v1.5 .0
77 github.com/golang/mock v1.4.3
88 github.com/kubernetes-csi/csi-lib-utils v0.9.1
99 github.com/kubernetes-csi/csi-test/v4 v4.0.0-20200806214950-555d70a11a8b
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGX
8585github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 /go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk =
8686github.com/container-storage-interface/spec v1.2.0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
8787github.com/container-storage-interface/spec v1.3.0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
88- github.com/container-storage-interface/spec v1.4 .0 h1:ozAshSKxpJnYUfmkpZCTYyF/4MYeYlhdXbAvPvfGmkg =
89- github.com/container-storage-interface/spec v1.4 .0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
88+ github.com/container-storage-interface/spec v1.5 .0 h1:lvKxe3uLgqQeVQcrnL2CPQKISoKjTJxojEs9cBk+HXo =
89+ github.com/container-storage-interface/spec v1.5 .0 /go.mod h1:8K96oQNkJ7pFcC2R9Z1ynGGBB1I93kcS6PGg3SsOk8s =
9090github.com/coreos/bbolt v1.3.2 /go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk =
9191github.com/coreos/etcd v3.3.13+incompatible /go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE =
9292github.com/coreos/go-semver v0.3.0 /go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk =
You can’t perform that action at this time.
0 commit comments