miller/go/go.mod

12 lines
349 B
Modula-2

module mlr
go 1.15
require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lestrrat-go/strftime v1.0.4
github.com/mattn/go-isatty v0.0.12
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
)