@@ -9,24 +9,24 @@ require (
9
9
github.com/arduino/go-win32-utils v1.0.0
10
10
github.com/arduino/iot-client-go v1.4.4
11
11
github.com/gofrs/uuid v4.2.0+incompatible
12
- github.com/google/go-cmp v0.5.6
12
+ github.com/google/go-cmp v0.6.0
13
13
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
14
14
github.com/manifoldco/promptui v0.9.0
15
- github.com/sirupsen/logrus v1.8.1
15
+ github.com/sirupsen/logrus v1.9.0
16
16
github.com/spf13/cobra v1.3.0
17
17
github.com/spf13/viper v1.10.1
18
18
github.com/stretchr/testify v1.8.0
19
19
go.bug.st/cleanup v1.0.0
20
20
go.bug.st/serial v1.3.3
21
- golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
22
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
23
- google.golang.org/grpc v1.43 .0
21
+ golang.org/x/crypto v0.18.0
22
+ golang.org/x/oauth2 v0.14.0
23
+ google.golang.org/grpc v1.61 .0
24
24
gopkg.in/yaml.v3 v3.0.1
25
25
gotest.tools v2.2.0+incompatible
26
26
)
27
27
28
28
require (
29
- github.com/Microsoft/go-winio v0.5 .1 // indirect
29
+ github.com/Microsoft/go-winio v0.6 .1 // indirect
30
30
github.com/arduino/board-discovery v0.0.0-20211020061712-fd83c2e3c908 // indirect
31
31
github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
32
32
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
@@ -35,19 +35,19 @@ require (
35
35
github.com/codeclysm/extract/v3 v3.0.2 // indirect
36
36
github.com/creack/goselect v0.1.2 // indirect
37
37
github.com/davecgh/go-spew v1.1.1 // indirect
38
- github.com/emirpasic/gods v1.12.0 // indirect
38
+ github.com/emirpasic/gods v1.18.1 // indirect
39
39
github.com/fatih/color v1.13.0 // indirect
40
40
github.com/fluxio/iohelpers v0.0.0-20160419043813-3a4dd67a94d2 // indirect
41
41
github.com/fluxio/multierror v0.0.0-20160419044231-9c68d39025e5 // indirect
42
42
github.com/fsnotify/fsnotify v1.5.1 // indirect
43
- github.com/golang/protobuf v1.5.2 // indirect
43
+ github.com/golang/protobuf v1.5.3 // indirect
44
44
github.com/h2non/filetype v1.1.3 // indirect
45
45
github.com/hashicorp/hcl v1.0.0 // indirect
46
46
github.com/inconshreveable/mousetrap v1.0.0 // indirect
47
47
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
48
48
github.com/josharian/intern v1.0.0 // indirect
49
49
github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff // indirect
50
- github.com/kevinburke/ssh_config v1.1 .0 // indirect
50
+ github.com/kevinburke/ssh_config v1.2 .0 // indirect
51
51
github.com/leonelquinteros/gotext v1.4.0 // indirect
52
52
github.com/magiconair/properties v1.8.5 // indirect
53
53
github.com/mailru/easyjson v0.7.7 // indirect
@@ -63,7 +63,7 @@ require (
63
63
github.com/pmezard/go-difflib v1.0.0 // indirect
64
64
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
65
65
github.com/rivo/uniseg v0.2.0 // indirect
66
- github.com/sergi/go-diff v1.2.0 // indirect
66
+ github.com/sergi/go-diff v1.3.1 // indirect
67
67
github.com/smartystreets/goconvey v1.6.4 // indirect
68
68
github.com/spf13/afero v1.6.0 // indirect
69
69
github.com/spf13/cast v1.4.1 // indirect
@@ -72,17 +72,18 @@ require (
72
72
github.com/src-d/gcfg v1.4.0 // indirect
73
73
github.com/stretchr/objx v0.4.0 // indirect
74
74
github.com/subosito/gotenv v1.2.0 // indirect
75
- github.com/xanzy/ssh-agent v0.3.1 // indirect
75
+ github.com/xanzy/ssh-agent v0.3.3 // indirect
76
76
go.bug.st/downloader/v2 v2.1.1 // indirect
77
77
go.bug.st/relaxed-semver v0.9.0 // indirect
78
78
go.bug.st/serial.v1 v0.0.0-20191202182710-24a6610f0541 // indirect
79
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
80
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
81
- golang.org/x/sys v0.6.0 // indirect
82
- golang.org/x/text v0.4.0 // indirect
83
- google.golang.org/appengine v1.6.7 // indirect
84
- google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
85
- google.golang.org/protobuf v1.27.1 // indirect
79
+ golang.org/x/mod v0.14.0 // indirect
80
+ golang.org/x/net v0.20.0 // indirect
81
+ golang.org/x/sys v0.16.0 // indirect
82
+ golang.org/x/text v0.14.0 // indirect
83
+ golang.org/x/tools v0.17.0 // indirect
84
+ google.golang.org/appengine v1.6.8 // indirect
85
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
86
+ google.golang.org/protobuf v1.32.0 // indirect
86
87
gopkg.in/ini.v1 v1.66.2 // indirect
87
88
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
88
89
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
0 commit comments