module github.com/jwetzell/showbridge-go 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 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 )