16 lines
398 B
Modula-2

module github.com/therootcompany/golib/colorjson/benchmarks
go 1.18.0
require (
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
github.com/therootcompany/golib/colorjson v1.0.0
)
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
)