switch to YAML to support both JSON and YAML

This commit is contained in:
Joel Wetzell
2025-11-23 11:25:26 -06:00
parent d34aafb491
commit 815fbb8568
5 changed files with 33 additions and 39 deletions

2
go.mod
View File

@@ -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
)