Skip to content

Commit 47ad009

Browse files
committed
update dependencies
1 parent c2863f5 commit 47ad009

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/kubernetes-csi/external-health-monitor
33
go 1.13
44

55
require (
6-
github.com/container-storage-interface/spec v1.2.0-rc1.0.20200501202129-87a27a249656
6+
github.com/container-storage-interface/spec v1.3.0
77
github.com/golang/protobuf v1.3.5 // indirect
88
github.com/imdario/mergo v0.3.9 // indirect
99
github.com/kubernetes-csi/csi-lib-utils v0.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA
2323
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
2424
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
2525
github.com/container-storage-interface/spec v1.1.0/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
26-
github.com/container-storage-interface/spec v1.2.0-rc1.0.20200501202129-87a27a249656 h1:otbsnwSjWH7DQXx9y8DqsP8tvXVog6XboYrCODHH8q0=
27-
github.com/container-storage-interface/spec v1.2.0-rc1.0.20200501202129-87a27a249656/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
26+
github.com/container-storage-interface/spec v1.3.0 h1:wMH4UIoWnK/TXYw8mbcIHgZmB6kHOeIsYsiaTJwa6bc=
27+
github.com/container-storage-interface/spec v1.3.0/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
2828
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2929
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3030
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github.com/beorn7/perks/quantile
33
# github.com/blang/semver v3.5.0+incompatible
44
github.com/blang/semver
5-
# github.com/container-storage-interface/spec v1.2.0-rc1.0.20200501202129-87a27a249656
5+
# github.com/container-storage-interface/spec v1.3.0
66
github.com/container-storage-interface/spec/lib/go/csi
77
# github.com/davecgh/go-spew v1.1.1
88
github.com/davecgh/go-spew/spew

0 commit comments

Comments
 (0)