gron/go.mod
2018-12-07 00:04:39 +01:00

10 lines
257 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
)