miller/go/go.mod
John Kerl 6e550dc7ce
Disallow 0m0 et al. as variable names (#520)
* Disallow 0m0 et al. as variable names
2021-05-12 22:00:33 -04:00

13 lines
421 B
Modula-2

module miller
go 1.16
require (
github.com/fatih/color v1.10.0
github.com/johnkerl/gocc v0.0.0-20210214145925-018e125fd1ee // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lestrrat-go/strftime v1.0.4
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
)