add expr lang processor

This commit is contained in:
Joel Wetzell
2025-11-25 07:08:33 -06:00
parent 052213459b
commit 7497f6d589
3 changed files with 60 additions and 0 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.25.3
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/expr-lang/expr v1.17.6
github.com/jwetzell/osc-go v0.1.0
github.com/jwetzell/psn-go v0.2.0
github.com/urfave/cli/v3 v3.6.1