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 1a1d8e1 commit 5926613Copy full SHA for 5926613
go.mod
@@ -8,8 +8,8 @@ replace go.bug.st/serial => github.com/cmaglie/go-serial v0.0.0-20200923162623-b
8
require (
9
github.com/arduino/arduino-cli v0.0.0-20210422154105-5aa424818026
10
github.com/arduino/go-paths-helper v1.4.0
11
- github.com/imjasonmiller/godice v0.1.2 // indirect
12
github.com/pkg/errors v0.9.1
+ github.com/spf13/cobra v1.1.3
13
github.com/stretchr/testify v1.6.1
14
go.bug.st/serial v1.1.2
15
)
0 commit comments