Skip to content

Commit

Permalink
Update common-libs with fixes to handle multipathd timeout cases (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <[email protected]>
  • Loading branch information
shivamerla authored Mar 13, 2020
1 parent c33aa3c commit 4020683
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.12.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hpe-storage/common-host-libs release-4.1
github.com/hpe-storage/common-host-libs v0.0.0-20200313165040-d7ff47f5f22f
github.com/hpe-storage/k8s-custom-resources v0.0.0-20190828052325-42886f48215c
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/json-iterator/go v1.1.8 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ github.com/hpe-storage/common-host-libs v0.0.0-20200203230201-8a454dcea3bc h1:c6
github.com/hpe-storage/common-host-libs v0.0.0-20200203230201-8a454dcea3bc/go.mod h1:qQxvwt4l9C79p2V8bY1P13As1+ylyznKJVp3K2P5bz8=
github.com/hpe-storage/common-host-libs v0.0.0-20200310065158-276b0a683231 h1:40E9eVkms/bf8ssd5WgHQNN5ajF6AsgaO1faJJrikxw=
github.com/hpe-storage/common-host-libs v0.0.0-20200310065158-276b0a683231/go.mod h1:qQxvwt4l9C79p2V8bY1P13As1+ylyznKJVp3K2P5bz8=
github.com/hpe-storage/common-host-libs v0.0.0-20200313165040-d7ff47f5f22f h1:oe/vhLKDLntBli/7GcKbH5xGCgrE+SdmRqO8LPPPx5w=
github.com/hpe-storage/common-host-libs v0.0.0-20200313165040-d7ff47f5f22f/go.mod h1:qQxvwt4l9C79p2V8bY1P13As1+ylyznKJVp3K2P5bz8=
github.com/hpe-storage/k8s-custom-resources v0.0.0-20190828052325-42886f48215c h1:M/4pHhSouEEjd613SFODOskZmn6pS5tWITHdA8MPWMI=
github.com/hpe-storage/k8s-custom-resources v0.0.0-20190828052325-42886f48215c/go.mod h1:qYST/Hepa2MRB85zskShx/+WlbUG5bmq/orhy6sA2jE=
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ github.com/hpcloud/tail/ratelimiter
github.com/hpcloud/tail/util
github.com/hpcloud/tail/watch
github.com/hpcloud/tail/winfile
# github.com/hpe-storage/common-host-libs v0.0.0-20200310065158-276b0a683231
# github.com/hpe-storage/common-host-libs v0.0.0-20200313165040-d7ff47f5f22f
github.com/hpe-storage/common-host-libs/chapi
github.com/hpe-storage/common-host-libs/concurrent
github.com/hpe-storage/common-host-libs/connectivity
Expand Down

0 comments on commit 4020683

Please sign in to comment.