@@ -3,30 +3,39 @@ module github.com/arduino/arduino-cloud-cli
3
3
go 1.16
4
4
5
5
require (
6
+ github.com/Microsoft/go-winio v0.5.1 // indirect
6
7
github.com/antihax/optional v1.0.0
7
8
github.com/arduino/arduino-cli v0.0.0-20211220130253-5dd14c4c02b0
8
- github.com/arduino/arduino-fwuploader v0.0.0-20211202112845-b7f323ad97e2
9
+ github.com/arduino/arduino-fwuploader v0.0.0-20211203105922-0eafccc7d8d7
10
+ github.com/arduino/board-discovery v0.0.0-20211020061712-fd83c2e3c908 // indirect
9
11
github.com/arduino/go-paths-helper v1.6.1
12
+ github.com/arduino/go-properties-orderedmap v1.7.0 // indirect
10
13
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b
11
- github.com/arduino/iot-client-go v1.3.4-0.20211116175324-9a98dd4ad269
12
- github.com/fatih/color v1.13.0 // indirect
13
- github.com/gofrs/uuid v4.0 .0+incompatible
14
+ github.com/arduino/iot-client-go v1.4.0
15
+ github.com/daaku/go.zipexe v1.0.1 // indirect
16
+ github.com/gofrs/uuid v4.2 .0+incompatible
14
17
github.com/google/go-cmp v0.5.6
18
+ github.com/h2non/filetype v1.1.3 // indirect
15
19
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
16
- github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
20
+ github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff
21
+ github.com/kevinburke/ssh_config v1.1.0 // indirect
17
22
github.com/manifoldco/promptui v0.9.0
18
- github.com/mattn/go-colorable v0.1.12 // indirect
23
+ github.com/mattn/go-runewidth v0.0.13 // indirect
24
+ github.com/oleksandr/bonjour v0.0.0-20210301155756-30f43c61b915 // indirect
25
+ github.com/segmentio/stats/v4 v4.6.3 // indirect
26
+ github.com/sergi/go-diff v1.2.0 // indirect
19
27
github.com/sirupsen/logrus v1.8.1
20
- github.com/spf13/cobra v1.2.1
21
- github.com/spf13/viper v1.8 .1
28
+ github.com/spf13/cobra v1.3.0
29
+ github.com/spf13/viper v1.10 .1
22
30
github.com/stretchr/testify v1.7.0
23
- go.bug.st/serial v1.3.2
24
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
25
- golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
31
+ github.com/xanzy/ssh-agent v0.3.1 // indirect
32
+ go.bug.st/serial v1.3.3
33
+ go.bug.st/serial.v1 v0.0.0-20191202182710-24a6610f0541 // indirect
34
+ golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
35
+ golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
26
36
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
27
- golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
28
- google.golang.org/grpc v1.39.0
29
- google.golang.org/protobuf v1.27.1 // indirect
37
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
38
+ google.golang.org/grpc v1.43.0
30
39
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
31
40
gotest.tools v2.2.0+incompatible
32
41
)
0 commit comments