miller/go/go.mod
John Kerl 76317f9f72
Windows single-quote and CR/LF handling (#460)
* 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
2021-03-29 00:13:00 -04:00

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
)