mirror of
https://github.com/PretendoNetwork/nex-protocols-common-go.git
synced 2025-04-02 11:02:13 -04:00
10 lines
237 B
Modula-2
10 lines
237 B
Modula-2
module github.com/PretendoNetwork/nex-protocols-common-go
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/PretendoNetwork/nex-go v1.0.5
|
|
github.com/PretendoNetwork/nex-protocols-go v1.0.1
|
|
)
|
|
|
|
require github.com/superwhiskers/crunch/v3 v3.5.6 // indirect
|