Firmware checks, nearly ready to push firmware to device
This commit is contained in:
24
go.mod
24
go.mod
@@ -4,15 +4,23 @@ go 1.17
|
||||
|
||||
require (
|
||||
github.com/akamensky/argparse v1.3.1
|
||||
github.com/albenik/go-serial v1.2.0
|
||||
github.com/albenik/go-serial/v2 v2.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/creack/goselect v0.1.0 // indirect
|
||||
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
|
||||
github.com/sigurn/crc8 v0.0.0-20160107002456-e55481d6f45c // indirect
|
||||
github.com/sigurn/utils v0.0.0-20190728110027-e1fefb11a144 // indirect
|
||||
go.uber.org/atomic v1.4.0 // indirect
|
||||
go.uber.org/multierr v1.1.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
|
||||
github.com/creack/goselect v0.1.2 // indirect
|
||||
github.com/go-playground/ansi/v3 v3.0.0 // indirect
|
||||
github.com/go-playground/errors/v5 v5.1.1 // indirect
|
||||
github.com/go-playground/log/v7 v7.0.2 // indirect
|
||||
github.com/go-playground/pkg/v4 v4.0.0 // indirect
|
||||
github.com/go-playground/pkg/v5 v5.3.0 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.13 // indirect
|
||||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
||||
github.com/rivo/uniseg v0.2.0 // indirect
|
||||
github.com/schollz/progressbar/v3 v3.8.3 // indirect
|
||||
go.uber.org/atomic v1.9.0 // indirect
|
||||
go.uber.org/multierr v1.7.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user