module lights-telegram go 1.19 require ( github.com/eclipse/paho.mqtt.golang v1.4.1 github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 gopkg.in/yaml.v3 v3.0.1 ) 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 )