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

28 lines
841 B
Modula-2

module git.noahlan.cn/noahlan/nnet
go 1.20
require github.com/gorilla/websocket v1.5.1
require (
git.noahlan.cn/noahlan/ntool v1.2.5
github.com/goburrow/serial v0.1.0
github.com/jpillora/backoff v1.0.0
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8
)
require (
github.com/gofrs/uuid/v5 v5.0.0 // indirect
github.com/gookit/color v1.5.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)