diff --git a/go.mod b/go.mod index 32d2b9e..40352be 100644 --- a/go.mod +++ b/go.mod @@ -6,11 +6,11 @@ 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 + gitlab.com/gomidi/midi/v2 v2.3.16 ) require ( github.com/gorilla/websocket v1.5.3 // indirect - gitlab.com/gomidi/midi/v2 v2.3.16 // indirect golang.org/x/net v0.44.0 // indirect golang.org/x/sync v0.17.0 // indirect )