nex-go/go.mod
2022-05-09 10:21:19 -04:00

17 lines
491 B
Modula-2

module github.com/PretendoNetwork/nex-go
go 1.18
require (
github.com/PretendoNetwork/plogger v1.0.0
github.com/superwhiskers/crunch/v3 v3.5.6
)
require (
github.com/fatih/color v1.13.0 // indirect
github.com/jwalton/go-supportscolor v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)