File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 18
18
package board
19
19
20
20
import (
21
+ "fmt"
21
22
"os"
22
23
"sort"
23
24
"time"
24
25
26
+ "github.com/arduino/arduino-cli/arduino/cores"
25
27
"github.com/arduino/arduino-cli/cli/errorcodes"
26
28
"github.com/arduino/arduino-cli/cli/feedback"
27
29
"github.com/arduino/arduino-cli/cli/instance"
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ require (
43
43
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45
44
44
golang.org/x/net v0.0.0-20190311183353-d8887717615a
45
45
golang.org/x/text v0.3.0
46
+ google.golang.org/appengine v1.4.0 // indirect
46
47
google.golang.org/genproto v0.0.0-20190327125643-d831d65fe17d // indirect
47
48
google.golang.org/grpc v1.21.1
48
49
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
You can’t perform that action at this time.
0 commit comments