mirror of
https://github.com/PretendoNetwork/nex-go.git
synced 2025-04-02 11:02:14 -04:00
23 lines
707 B
Modula-2
23 lines
707 B
Modula-2
module github.com/PretendoNetwork/nex-go
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/PretendoNetwork/plogger-go v1.0.4
|
|
github.com/lxzan/gws v1.8.0
|
|
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
|
|
github.com/superwhiskers/crunch/v3 v3.5.7
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
|
|
golang.org/x/mod v0.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/dolthub/maphash v0.1.0 // indirect
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/jwalton/go-supportscolor v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.17.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/term v0.15.0 // indirect
|
|
)
|