-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 843 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/arduino/nina-fwuploader-plugin
go 1.20
require (
github.com/arduino/fwuploader-plugin-helper v1.0.0
github.com/arduino/go-paths-helper v1.9.1
go.bug.st/relaxed-semver v0.11.0
)
require (
github.com/arduino/arduino-cli v0.0.0-20230724101917-62bb4c47cb2b
github.com/arduino/uno-r4-wifi-fwuploader-plugin v0.0.0-20230719120105-af756953af1e
github.com/creack/goselect v0.1.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/leonelquinteros/gotext v1.5.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.bug.st/serial v1.5.0
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)