16 lines
392 B
Modula-2
16 lines
392 B
Modula-2
module github.com/GRMrGecko/osc-mqtt-bridge
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.4.2
|
|
github.com/hypebeast/go-osc v0.0.0-20220308234300-cec5a8a1e5f5
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
)
|