add posistagenet client

This commit is contained in:
Joel Wetzell
2025-11-24 17:34:02 -06:00
parent dd061b375a
commit d5a7d656b8
3 changed files with 100 additions and 1 deletions

3
go.mod
View File

@@ -1,10 +1,11 @@
module github.com/jwetzell/showbridge-go
go 1.25.1
go 1.25.3
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
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