mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-03 13:03:00 +00:00
9 lines
195 B
Modula-2
9 lines
195 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
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
)
|