2018-09-26 17:29:00 +00:00

11 lines
322 B
Modula-2

module github.com/tomnomnom/gron
require (
github.com/fatih/color v1.7.0
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/nwidger/jsoncolor v0.0.0-20170215171346-75a6de4340e5
github.com/pkg/errors v0.8.0
golang.org/x/sys v0.0.0-20180921163948-d47a0f339242 // indirect
)