mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-29 18:50:16 +00:00
10 lines
268 B
Modula-2
10 lines
268 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/johnkerl/gocc v0.0.0-20210214145925-018e125fd1ee // indirect
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
)
|