File tree 2 files changed +5
-9
lines changed 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"fmt"
22
22
23
23
"github.com/arduino/arduino-cli/arduino/cores"
24
- "github.com/arduino/go-paths-helper"
24
+ paths "github.com/arduino/go-paths-helper"
25
25
properties "github.com/arduino/go-properties-orderedmap"
26
26
semver "go.bug.st/relaxed-semver"
27
27
)
Original file line number Diff line number Diff line change @@ -21,14 +21,6 @@ import (
21
21
"io/ioutil"
22
22
"os"
23
23
24
- "github.com/arduino/arduino-cli/output"
25
-
26
- "golang.org/x/crypto/ssh/terminal"
27
-
28
- "github.com/mattn/go-colorable"
29
-
30
- "github.com/arduino/go-paths-helper"
31
-
32
24
"github.com/arduino/arduino-cli/commands"
33
25
"github.com/arduino/arduino-cli/commands/board"
34
26
"github.com/arduino/arduino-cli/commands/compile"
@@ -41,8 +33,12 @@ import (
41
33
"github.com/arduino/arduino-cli/commands/version"
42
34
"github.com/arduino/arduino-cli/common/formatter"
43
35
"github.com/arduino/arduino-cli/configs"
36
+ "github.com/arduino/arduino-cli/output"
37
+ paths "github.com/arduino/go-paths-helper"
38
+ colorable "github.com/mattn/go-colorable"
44
39
"github.com/sirupsen/logrus"
45
40
"github.com/spf13/cobra"
41
+ "golang.org/x/crypto/ssh/terminal"
46
42
)
47
43
48
44
// Init prepares the cobra root command.
You can’t perform that action at this time.
0 commit comments