This repository was archived by the owner on Dec 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ package commands
33import (
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
You can’t perform that action at this time.
0 commit comments