10 lines
250 B
Modula-2
10 lines
250 B
Modula-2
|
module git.nils.zone/nils/prettify
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/TylerBrock/colorjson v0.0.0-20180527164720-95ec53f28296
|
||
|
github.com/fatih/color v1.9.0 // indirect
|
||
|
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e // indirect
|
||
|
)
|