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.
nnet/go.mod

10 lines
204 B
Modula-2

2 years ago
module git.noahlan.cn/northlan/nnet
go 1.19
2 years ago
require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/panjf2000/ants/v2 v2.6.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)