add serial client module

This commit is contained in:
Joel Wetzell
2025-12-06 13:55:41 -06:00
parent 3eb3ccca0c
commit 66097f7297
3 changed files with 187 additions and 0 deletions

2
go.mod
View File

@@ -11,11 +11,13 @@ require (
github.com/nats-io/nats.go v1.47.0
github.com/urfave/cli/v3 v3.6.1
gitlab.com/gomidi/midi/v2 v2.3.16
go.bug.st/serial v1.6.4
modernc.org/quickjs v0.17.0
sigs.k8s.io/yaml v1.6.0
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect