mirror of
https://github.com/PretendoNetwork/nex-go.git
synced 2025-04-02 11:02:14 -04:00
15 lines
498 B
Modula-2
15 lines
498 B
Modula-2
module github.com/PretendoNetwork/nex-go
|
|
|
|
go 1.18
|
|
|
|
require github.com/superwhiskers/crunch/v3 v3.5.6
|
|
|
|
require (
|
|
github.com/PretendoNetwork/plogger v1.0.0 // indirect
|
|
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
|
|
)
|