@@ -3,45 +3,65 @@ module github.com/arduino/arduino-fwuploader
3
3
go 1.18
4
4
5
5
require (
6
- github.com/arduino/arduino-cli v0.0.0-20210603144340-aef5a54882fa
7
- github.com/arduino/go-paths-helper v1.6 .0
8
- github.com/arduino/go-properties-orderedmap v1.3.0
6
+ github.com/arduino/arduino-cli v0.0.0-20230613145607-5725c0273235
7
+ github.com/arduino/go-paths-helper v1.9 .0
8
+ github.com/arduino/go-properties-orderedmap v1.7.1
9
9
github.com/mattn/go-colorable v0.1.8
10
10
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
11
11
github.com/sirupsen/logrus v1.8.1
12
- github.com/spf13/cobra v1.1.3
13
- github.com/stretchr/testify v1.6.1
12
+ github.com/spf13/cobra v1.2.1
13
+ github.com/stretchr/testify v1.8.4
14
14
go.bug.st/downloader/v2 v2.1.1
15
- go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
16
- go.bug.st/serial v1.3.0
15
+ go.bug.st/relaxed-semver v0.10.2
16
+ go.bug.st/serial v1.3.2
17
17
)
18
18
19
19
require (
20
- github.com/cmaglie/go.rice v1.0.3 // indirect
21
- github.com/codeclysm/extract/v3 v3.0.2 // indirect
20
+ github.com/arduino/go-win32-utils v1.0.0 // indirect
21
+ github.com/cmaglie/pb v1.0.27 // indirect
22
+ github.com/codeclysm/extract/v3 v3.1.1 // indirect
22
23
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
23
24
github.com/creack/goselect v0.1.2 // indirect
24
- github.com/daaku/go.zipexe v1.0.0 // indirect
25
25
github.com/davecgh/go-spew v1.1.1 // indirect
26
26
github.com/fatih/color v1.7.0 // indirect
27
- github.com/golang/protobuf v1.4.2 // indirect
28
- github.com/h2non/filetype v1.0.8 // indirect
27
+ github.com/fsnotify/fsnotify v1.4.9 // indirect
28
+ github.com/golang/protobuf v1.5.3 // indirect
29
+ github.com/h2non/filetype v1.1.3 // indirect
30
+ github.com/hashicorp/hcl v1.0.0 // indirect
29
31
github.com/inconshreveable/mousetrap v1.0.0 // indirect
32
+ github.com/josharian/intern v1.0.0 // indirect
30
33
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
31
- github.com/mattn/go-isatty v0.0.12 // indirect
34
+ github.com/klauspost/compress v1.15.13 // indirect
35
+ github.com/leonelquinteros/gotext v1.4.0 // indirect
36
+ github.com/magiconair/properties v1.8.5 // indirect
37
+ github.com/mailru/easyjson v0.7.7 // indirect
38
+ github.com/mattn/go-isatty v0.0.14 // indirect
39
+ github.com/mattn/go-runewidth v0.0.13 // indirect
40
+ github.com/mitchellh/mapstructure v1.4.1 // indirect
41
+ github.com/pelletier/go-toml v1.9.3 // indirect
32
42
github.com/pkg/errors v0.9.1 // indirect
33
43
github.com/pmezard/go-difflib v1.0.0 // indirect
34
44
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
45
+ github.com/rivo/uniseg v0.2.0 // indirect
35
46
github.com/russross/blackfriday/v2 v2.0.1 // indirect
36
47
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
48
+ github.com/spf13/afero v1.6.0 // indirect
49
+ github.com/spf13/cast v1.3.1 // indirect
50
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
37
51
github.com/spf13/pflag v1.0.5 // indirect
52
+ github.com/spf13/viper v1.8.1 // indirect
53
+ github.com/subosito/gotenv v1.2.0 // indirect
54
+ github.com/ulikunitz/xz v0.5.11 // indirect
38
55
go.bug.st/cleanup v1.0.0 // indirect
39
- golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
40
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
41
- golang.org/x/text v0.3.8 // indirect
42
- google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
43
- google.golang.org/grpc v1.27.0 // indirect
44
- google.golang.org/protobuf v1.25.0 // indirect
56
+ golang.org/x/crypto v0.7.0 // indirect
57
+ golang.org/x/net v0.8.0 // indirect
58
+ golang.org/x/sys v0.6.0 // indirect
59
+ golang.org/x/term v0.6.0 // indirect
60
+ golang.org/x/text v0.8.0 // indirect
61
+ google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
62
+ google.golang.org/grpc v1.55.0 // indirect
63
+ google.golang.org/protobuf v1.30.0 // indirect
64
+ gopkg.in/ini.v1 v1.62.0 // indirect
45
65
gopkg.in/yaml.v2 v2.4.0 // indirect
46
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
66
+ gopkg.in/yaml.v3 v3.0.1 // indirect
47
67
)
0 commit comments