mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
fix module
This commit is contained in:
2
go.mod
2
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user