upgrade osc-go library to v0.3.0 and handle new error cases

This commit is contained in:
Joel Wetzell
2026-04-14 07:28:06 -05:00
parent 36b085ef5c
commit f969d3484d
5 changed files with 19 additions and 5 deletions

2
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/gorilla/websocket v1.5.3
github.com/jwetzell/artnet-go v0.2.1
github.com/jwetzell/free-d-go v0.1.0
github.com/jwetzell/osc-go v0.2.0
github.com/jwetzell/osc-go v0.3.0
github.com/jwetzell/psn-go v0.3.0
github.com/nats-io/nats-server/v2 v2.12.6
github.com/nats-io/nats.go v1.50.0