mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
switch to YAML to support both JSON and YAML
This commit is contained in:
2
go.mod
2
go.mod
@@ -7,10 +7,12 @@ require (
|
||||
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
|
||||
sigs.k8s.io/yaml v1.6.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
||||
golang.org/x/net v0.44.0 // indirect
|
||||
golang.org/x/sync v0.17.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user