25 lines
823 B
Modula-2
25 lines
823 B
Modula-2
module go-scsupdate
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/akamensky/argparse v1.3.1
|
|
github.com/albenik/go-serial/v2 v2.5.1
|
|
github.com/go-playground/log/v8 v8.0.1
|
|
github.com/schollz/progressbar/v3 v3.8.3
|
|
)
|
|
|
|
require (
|
|
github.com/creack/goselect v0.1.2 // indirect
|
|
github.com/go-playground/errors/v5 v5.2.3 // indirect
|
|
github.com/go-playground/pkg/v5 v5.6.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
|
|
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-20220526004731-065cf7ba2467 // indirect
|
|
)
|