github.com/neilotoole/jsoncolor@v0.6.0/go.mod (about) 1 module github.com/neilotoole/jsoncolor 2 3 go 1.16 4 5 require ( 6 github.com/davecgh/go-spew v1.1.1 // indirect 7 github.com/fatih/color v1.12.0 8 github.com/kr/pretty v0.2.1 // indirect 9 github.com/kr/text v0.2.0 // indirect 10 github.com/mattn/go-colorable v0.1.8 11 github.com/mattn/go-isatty v0.0.14 12 github.com/nwidger/jsoncolor v0.3.0 13 github.com/segmentio/encoding v0.1.14 14 github.com/stretchr/testify v1.7.0 15 golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect 16 golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b 17 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect 18 )