You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module git.noahlan.cn/northlan/nnet
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/panjf2000/ants/v2 v2.6.0
|
|
)
|
|
|
|
require google.golang.org/protobuf v1.28.1 // indirect
|