src: Use hyperkit from the the moby org

HyperKit got moved from docker to moby. Update vendoring and
imports.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-04-24 10:53:59 +01:00
parent c1a5c412fb
commit 9deb9c044d

View File

@ -8,7 +8,7 @@ import (
"os"
log "github.com/Sirupsen/logrus"
"github.com/docker/hyperkit/go"
"github.com/moby/hyperkit/go"
"github.com/rneugeba/iso9660wrap"
"github.com/satori/go.uuid"
)