mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
8 lines
120 B
Modula-2
8 lines
120 B
Modula-2
module github.com/itchyny/mmv
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/mattn/go-tty v0.0.3
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|