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

Commit 55e8b5c

Browse files
committed
commands/env: Use ../lambda-machine-local/... packages
1 parent 5e17bf5 commit 55e8b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commands/env_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import (
55
"path/filepath"
66
"testing"
77

8-
"github.com/docker/machine/commands/commandstest"
9-
"github.com/docker/machine/commands/mcndirs"
10-
"github.com/docker/machine/drivers/fakedriver"
118
"github.com/docker/machine/libmachine"
129
"github.com/docker/machine/libmachine/auth"
1310
"github.com/docker/machine/libmachine/check"
1411
"github.com/docker/machine/libmachine/host"
1512
"github.com/docker/machine/libmachine/libmachinetest"
1613
"github.com/docker/machine/libmachine/state"
14+
"github.com/lambda-linux/lambda-machine-local/commands/commandstest"
15+
"github.com/lambda-linux/lambda-machine-local/commands/mcndirs"
16+
"github.com/lambda-linux/lambda-machine-local/drivers/fakedriver"
1717
"github.com/stretchr/testify/assert"
1818
)
1919

0 commit comments

Comments
 (0)