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 2ec3884283
commit 9bdd831b37
109 changed files with 3 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ import (
"path"
log "github.com/Sirupsen/logrus"
"github.com/docker/hyperkit/go"
"github.com/docker/infrakit/pkg/spi/instance"
"github.com/docker/infrakit/pkg/types"
"github.com/moby/hyperkit/go"
"github.com/rneugeba/iso9660wrap"
)

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"
)