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.
1 parent 9500a01 commit 775097cCopy full SHA for 775097c
go.mod
@@ -5,4 +5,8 @@ go 1.14
5
// branch with support for serial timeouts
6
replace go.bug.st/serial => github.com/cmaglie/go-serial v0.0.0-20200923162623-b214c147e37e
7
8
-require go.bug.st/serial v1.1.1
+require (
9
+ github.com/arduino/arduino-cli v0.0.0-20200924151007-69ac12c98b2b
10
+ github.com/pkg/errors v0.9.1
11
+ go.bug.st/serial v1.1.1
12
+)
0 commit comments