Skip to content

Commit

Permalink
Issue #3 Fix import issue for driver
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Mar 1, 2018
1 parent f7ff281 commit 49d3931
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 49d3931

Please sign in to comment.