mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
* split out src/entrypoint package * restore go/README.md which was borked in a refactor somewhen * iterate in windows args-getter * iterate on windows args-getter * fix windows args-getter * comments
13 lines
469 B
Modula-2
13 lines
469 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/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
|
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
|
|
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
)
|