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/noahlan/nnet
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/websocket v1.5.0
|
|
|
|
github.com/panjf2000/ants/v2 v2.7.5 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
require google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8
|
|
|
|
|
|
|
|
require (
|
|
|
|
git.noahlan.cn/noahlan/ntool v1.0.1 // indirect
|
|
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
|
|
github.com/goburrow/serial v0.1.0 // indirect
|
|
|
|
github.com/gofrs/uuid/v5 v5.0.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.16.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.16.0 // indirect
|
|
|
|
golang.org/x/crypto v0.10.0 // indirect
|
|
|
|
golang.org/x/sys v0.9.0 // indirect
|
|
|
|
golang.org/x/text v0.10.0 // indirect
|
|
|
|
)
|