Skip to content

Commit

Permalink
Merge pull request #4 from praveenkumar/fix_import
Browse files Browse the repository at this point in the history
Issue #3 Fix import issue for driver
  • Loading branch information
praveenkumar committed Mar 2, 2018
2 parents f7ff281 + 49d3931 commit 88bae77
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 20 deletions.
53 changes: 35 additions & 18 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -17,7 +17,7 @@ package main

import (
"github.com/docker/machine/libmachine/drivers/plugin"
"github.com/praveenkumar/docker-machine-driver-hyperkit/pkg/hyperkit"
"github.com/machine-drivers/docker-machine-driver-hyperkit/pkg/hyperkit"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion pkg/hyperkit/driver.go
Expand Up @@ -35,7 +35,7 @@ import (
nfsexports "github.com/johanneswuerbach/nfsexports"
hyperkit "github.com/moby/hyperkit/go"
"github.com/pkg/errors"
pkgdrivers "github.com/praveenkumar/docker-machine-driver-hyperkit/pkg/drivers"
pkgdrivers "github.com/machine-drivers/docker-machine-driver-hyperkit/pkg/drivers"
"regexp"
"github.com/docker/machine/libmachine/mcnutils"
)
Expand Down

0 comments on commit 88bae77

Please sign in to comment.