mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
11 lines
322 B
Modula-2
11 lines
322 B
Modula-2
module miller
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fatih/color v1.10.0
|
|
github.com/goccmack/gocc v0.0.0-20210201103733-1bd198f09019 // indirect
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
|
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
)
|