Merge pull request #1380 from justincormack/hyperkit-go-up

Update hyperkit Go bindings
This commit is contained in:
Justin Cormack 2017-03-24 17:16:38 +00:00 committed by GitHub
commit 904d7589ca
6 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,7 @@ github.com/Masterminds/sprig 01a849f546a584d7b29bfee253e7db0aed44f7ba
github.com/Sirupsen/logrus 10f801ebc38b33738c9d17d50860f484a0988ff5
github.com/aokoli/goutils 9c37978a95bd5c709a15883b6242714ea6709e64
github.com/armon/go-radix 4239b77079c7b5d1243b7b4736304ce8ddb6f0f2
github.com/docker/hyperkit 9f093be2e131133a7ec63f859d75242f1db9116e
github.com/docker/hyperkit 874e68dbb7a2a7a2794dbd8648c2f4be1e7a8bb3
github.com/docker/infrakit 208d114478ed94ee9015083e13946ca1caaad790
github.com/gorilla/context 08b5f424b9271eedf6f9f0ce86cb9396ed337a42
github.com/gorilla/mux 599cba5e7b6137d46ddf58fb1765f5d928e69604

View File

@ -60,6 +60,7 @@ const (
var defaultHyperKits = []string{"hyperkit",
"com.docker.hyperkit",
"/usr/local/bin/hyperkit",
"/Applications/Docker.app/Contents/Resources/bin/hyperkit",
"/Applications/Docker.app/Contents/MacOS/com.docker.hyperkit"}
// HyperKit contains the configuration of the hyperkit VM

View File

@ -1,4 +1,4 @@
github.com/docker/hyperkit/go 9f093be2e131133a7ec63f859d75242f1db9116e
github.com/docker/hyperkit/go 874e68dbb7a2a7a2794dbd8648c2f4be1e7a8bb3
github.com/googleapis/gax-go 8c5154c0fe5bf18cf649634d4c6df50897a32751
github.com/golang/protobuf/proto c9c7427a2a70d2eb3bafa0ab2dc163e45f143317
github.com/mitchellh/go-ps 4fdf99ab29366514c69ccccddab5dc58b8d84062

View File

@ -60,6 +60,7 @@ const (
var defaultHyperKits = []string{"hyperkit",
"com.docker.hyperkit",
"/usr/local/bin/hyperkit",
"/Applications/Docker.app/Contents/Resources/bin/hyperkit",
"/Applications/Docker.app/Contents/MacOS/com.docker.hyperkit"}
// HyperKit contains the configuration of the hyperkit VM