mySpindel/TestServer/go.mod

10 lines
234 B
Modula-2
Raw Normal View History

2022-05-06 17:33:17 +02:00
module testserver
go 1.16
require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
github.com/fatih/color v1.13.0 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519 // indirect
)