update osc-go to tagged version

This commit is contained in:
Joel Wetzell
2025-11-23 21:54:17 -06:00
parent dd917897cf
commit 0c9f793a30
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -4,8 +4,8 @@ go 1.25.1
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/jwetzell/osc-go v0.0.0-20251114203632-24077a77d6c7
github.com/urfave/cli/v3 v3.6.0
github.com/jwetzell/osc-go v0.1.0
github.com/urfave/cli/v3 v3.6.1
gitlab.com/gomidi/midi/v2 v2.3.16
sigs.k8s.io/yaml v1.6.0
)