2023-03-15 18:51:07 +00:00
|
|
|
module git.stinnesbeck.com/nils/prettify
|
2020-05-10 13:36:48 +00:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-08-03 20:18:02 +00:00
|
|
|
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
|
2023-03-15 18:51:07 +00:00
|
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
|
|
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect
|
2020-05-10 13:36:48 +00:00
|
|
|
)
|