25 lines
805 B
Modula-2
25 lines
805 B
Modula-2
module github.com/grmrgecko/lutron-control
|
|
|
|
go 1.26.3
|
|
|
|
require (
|
|
github.com/Hundemeier/go-sacn/sacn v0.0.0-20221003163232-00e6fbef50ad
|
|
github.com/coreos/go-systemd/v22 v22.7.0
|
|
github.com/eclipse/paho.mqtt.golang v1.5.1
|
|
github.com/hypebeast/go-osc v0.0.0-20220308234300-cec5a8a1e5f5
|
|
github.com/jsimonetti/go-artnet v0.0.0-20260603054657-c38cae151b06
|
|
github.com/kkyr/fig v0.5.0
|
|
github.com/sirupsen/logrus v1.9.4
|
|
go.bug.st/serial v1.7.1
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
|
|
golang.org/x/net v0.44.0 // indirect
|
|
golang.org/x/sync v0.17.0 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|