mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
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:
parent
c1a5c412fb
commit
9deb9c044d
@ -8,7 +8,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
|
|
||||||
log "github.com/Sirupsen/logrus"
|
log "github.com/Sirupsen/logrus"
|
||||||
"github.com/docker/hyperkit/go"
|
"github.com/moby/hyperkit/go"
|
||||||
"github.com/rneugeba/iso9660wrap"
|
"github.com/rneugeba/iso9660wrap"
|
||||||
"github.com/satori/go.uuid"
|
"github.com/satori/go.uuid"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user