Skip to content

Commit c5ce6e5

Browse files
committed
Upgrade dependencies
1 parent b4ca683 commit c5ce6e5

File tree

2 files changed

+256
-46
lines changed

2 files changed

+256
-46
lines changed

go.mod

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,39 @@ module github.com/arduino/arduino-cloud-cli
33
go 1.16
44

55
require (
6+
github.com/Microsoft/go-winio v0.5.1 // indirect
67
github.com/antihax/optional v1.0.0
78
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
911
github.com/arduino/go-paths-helper v1.6.1
12+
github.com/arduino/go-properties-orderedmap v1.7.0 // indirect
1013
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
1417
github.com/google/go-cmp v0.5.6
18+
github.com/h2non/filetype v1.1.3 // indirect
1519
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
1722
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
1927
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
2230
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
2636
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
3039
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
3140
gotest.tools v2.2.0+incompatible
3241
)

0 commit comments

Comments
 (0)