Skip to content

Commit 5926613

Browse files
committed
Add cobra dependency
1 parent 1a1d8e1 commit 5926613

File tree

2 files changed

+146
-92
lines changed

2 files changed

+146
-92
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ replace go.bug.st/serial => github.com/cmaglie/go-serial v0.0.0-20200923162623-b
88
require (
99
github.com/arduino/arduino-cli v0.0.0-20210422154105-5aa424818026
1010
github.com/arduino/go-paths-helper v1.4.0
11-
github.com/imjasonmiller/godice v0.1.2 // indirect
1211
github.com/pkg/errors v0.9.1
12+
github.com/spf13/cobra v1.1.3
1313
github.com/stretchr/testify v1.6.1
1414
go.bug.st/serial v1.1.2
1515
)

0 commit comments

Comments
 (0)