mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-29 10:40:22 +00:00
12 lines
349 B
Modula-2
12 lines
349 B
Modula-2
module mlr
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/lestrrat-go/strftime v1.0.4
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9
|
|
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
)
|