Skip to content

Commit 88bae77

Browse files
authored
Merge pull request #4 from praveenkumar/fix_import
Issue #3 Fix import issue for driver
2 parents f7ff281 + 49d3931 commit 88bae77

File tree

3 files changed

+37
-20
lines changed

3 files changed

+37
-20
lines changed

Gopkg.lock

Lines changed: 35 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package main
1717

1818
import (
1919
"github.com/docker/machine/libmachine/drivers/plugin"
20-
"github.com/praveenkumar/docker-machine-driver-hyperkit/pkg/hyperkit"
20+
"github.com/machine-drivers/docker-machine-driver-hyperkit/pkg/hyperkit"
2121
)
2222

2323
func main() {

pkg/hyperkit/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
nfsexports "github.com/johanneswuerbach/nfsexports"
3636
hyperkit "github.com/moby/hyperkit/go"
3737
"github.com/pkg/errors"
38-
pkgdrivers "github.com/praveenkumar/docker-machine-driver-hyperkit/pkg/drivers"
38+
pkgdrivers "github.com/machine-drivers/docker-machine-driver-hyperkit/pkg/drivers"
3939
"regexp"
4040
"github.com/docker/machine/libmachine/mcnutils"
4141
)

0 commit comments

Comments
 (0)