add the concept of processors

This commit is contained in:
Joel Wetzell
2025-11-20 22:15:46 -06:00
parent 454dc58523
commit f28a9fac99
9 changed files with 348 additions and 27 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/jwetzell/showbridge-go
go 1.25.1
require github.com/urfave/cli/v3 v3.4.1
require (
github.com/jwetzell/osc-go v0.0.0-20251114203632-24077a77d6c7
github.com/urfave/cli/v3 v3.6.0
)