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

Commit 7405235

Browse files
committed
commands/ip: Use ../lambda-machine-local/... packages
1 parent 9f53c3f commit 7405235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/ip_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ 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/host"
108
"github.com/docker/machine/libmachine/libmachinetest"
119
"github.com/docker/machine/libmachine/state"
10+
"github.com/lambda-linux/lambda-machine-local/commands/commandstest"
11+
"github.com/lambda-linux/lambda-machine-local/drivers/fakedriver"
1212
"github.com/stretchr/testify/assert"
1313
)
1414

0 commit comments

Comments
 (0)