Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 282f45f

Browse files
committed
commands/provision: Use ../lambda-machine-local/... packages
1 parent 0ded531 commit 282f45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/provision_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ package commands
33
import (
44
"testing"
55

6-
"github.com/docker/machine/commands/commandstest"
7-
"github.com/docker/machine/drivers/fakedriver"
86
"github.com/docker/machine/libmachine"
97
"github.com/docker/machine/libmachine/auth"
108
"github.com/docker/machine/libmachine/engine"
119
"github.com/docker/machine/libmachine/host"
1210
"github.com/docker/machine/libmachine/libmachinetest"
1311
"github.com/docker/machine/libmachine/provision"
1412
"github.com/docker/machine/libmachine/swarm"
13+
"github.com/lambda-linux/lambda-machine-local/commands/commandstest"
14+
"github.com/lambda-linux/lambda-machine-local/drivers/fakedriver"
1515
"github.com/stretchr/testify/assert"
1616
)
1717

0 commit comments

Comments
 (0)