mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
14 lines
315 B
Modula-2
14 lines
315 B
Modula-2
module github.com/itchyny/mmv
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/mattn/getwild v0.0.2-0.20200919000855-c2e221927ad6
|
|
github.com/mattn/go-tty v0.0.4
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
)
|