We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
../lambda-machine-local/...
1 parent e886680 commit 541b548Copy full SHA for 541b548
1 file changed
commands/ip_test.go
@@ -3,12 +3,12 @@ package commands
3
import (
4
"testing"
5
6
- "github.com/docker/machine/commands/commandstest"
7
- "github.com/docker/machine/drivers/fakedriver"
8
"github.com/docker/machine/libmachine"
9
"github.com/docker/machine/libmachine/host"
10
"github.com/docker/machine/libmachine/libmachinetest"
11
"github.com/docker/machine/libmachine/state"
+ "github.com/lambda-linux/lambda-machine-local/commands/commandstest"
+ "github.com/lambda-linux/lambda-machine-local/drivers/fakedriver"
12
"github.com/stretchr/testify/assert"
13
)
14
0 commit comments