mmv/go.mod

8 lines
117 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
)