mirror of
https://github.com/PretendoNetwork/nex-protocols-common-go.git
synced 2025-04-02 11:02:13 -04:00
19 lines
615 B
Modula-2
19 lines
615 B
Modula-2
module github.com/PretendoNetwork/nex-protocols-common-go
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/PretendoNetwork/nex-go v1.0.7
|
|
github.com/PretendoNetwork/nex-protocols-go v1.0.4
|
|
github.com/PretendoNetwork/plogger v1.0.1
|
|
)
|
|
|
|
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.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/superwhiskers/crunch/v3 v3.5.6 // indirect
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
|
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
|
|
)
|