module github.com/therootcompany/golib/colorjson/benchmarks go 1.18.0 require ( github.com/therootcompany/golib/colorjson v0.0.0-20200706003622-8a50f05110d2 github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f ) require ( github.com/fatih/color v1.18.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect golang.org/x/sys v0.25.0 // indirect )