Skip to content

Commit

Permalink
Issue #478 Update machine dependecy from 34d5b60 to a42716b
Browse files Browse the repository at this point in the history
This was needed since it have fix for hyperV start=>stop=>start
failure.
  • Loading branch information
praveenkumar committed Aug 27, 2019
1 parent 8956fee commit 5b06311
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/code-ready/clicumber v0.0.0-20190801094041-02a92c8f7ece
github.com/code-ready/goodhosts v0.0.0-20190712111040-f090f3f77c26
github.com/code-ready/machine v0.0.0-20190821063716-34d5b6049a38
github.com/code-ready/machine v0.0.0-20190827140617-a42716b9bc5f
github.com/docker/go-units v0.4.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ github.com/code-ready/machine v0.0.0-20190731093717-b6d974ad44d0 h1:036aGx7BK4a7
github.com/code-ready/machine v0.0.0-20190731093717-b6d974ad44d0/go.mod h1:2Kr23hBx5xUHetynE+4hFBwn7Xkx5qoF0SY1FzmLz74=
github.com/code-ready/machine v0.0.0-20190821063716-34d5b6049a38 h1:aWtngqG5thaPezD/qobOkxrhOx0+fe9FgRBFlcsweyw=
github.com/code-ready/machine v0.0.0-20190821063716-34d5b6049a38/go.mod h1:2Kr23hBx5xUHetynE+4hFBwn7Xkx5qoF0SY1FzmLz74=
github.com/code-ready/machine v0.0.0-20190827140617-a42716b9bc5f h1:TAp9mpoS+ngnsfXqwhdnw8bqBQxKVllan1npkeIOy2g=
github.com/code-ready/machine v0.0.0-20190827140617-a42716b9bc5f/go.mod h1:2Kr23hBx5xUHetynE+4hFBwn7Xkx5qoF0SY1FzmLz74=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
Expand Down
2 changes: 0 additions & 2 deletions vendor/github.com/code-ready/machine/drivers/hyperv/hyperv.go

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

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 @@ -11,7 +11,7 @@ github.com/code-ready/clicumber/testsuite
github.com/code-ready/clicumber/util
# github.com/code-ready/goodhosts v0.0.0-20190712111040-f090f3f77c26
github.com/code-ready/goodhosts
# github.com/code-ready/machine v0.0.0-20190821063716-34d5b6049a38
# github.com/code-ready/machine v0.0.0-20190827140617-a42716b9bc5f
github.com/code-ready/machine/libmachine/state
github.com/code-ready/machine/libmachine/drivers
github.com/code-ready/machine/libmachine
Expand Down

0 comments on commit 5b06311

Please sign in to comment.