github.com/neilotoole/jsoncolor@v0.7.2-0.20231115150201-1637fae69be1/go.mod (about)

     1  module github.com/neilotoole/jsoncolor
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/fatih/color v1.16.0
     7  	github.com/mattn/go-colorable v0.1.13
     8  	golang.org/x/sys v0.14.0
     9  	golang.org/x/term v0.14.0
    10  )
    11  
    12  require (
    13  	// Only used for test/benchmark/comparison.
    14  	github.com/nwidger/jsoncolor v0.3.2
    15  	// Only used for test/benchmark/comparison.
    16  	github.com/segmentio/encoding v0.3.6
    17  	github.com/stretchr/testify v1.8.4
    18  )