mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-27 06:34:57 +08:00
9 lines
153 B
Modula-2
9 lines
153 B
Modula-2
module github.com/itchyny/mmv
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/mattn/getwild v0.0.1
|
|
github.com/mattn/go-tty v0.0.3
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|