28 lines
761 B
Modula-2
28 lines
761 B
Modula-2
module github.com/GRMrGecko/midi-request-trigger
|
|
|
|
go 1.24.2
|
|
|
|
toolchain go1.24.4
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.5.0
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/kkyr/fig v0.5.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gitlab.com/gomidi/midi/v2 v2.3.14
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/sync v0.15.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|