go.mod 336 B

123456789101112
  1. module my-app
  2. go 1.24.0
  3. require (
  4. github.com/eclipse/paho.mqtt.golang v1.5.1 // indirect
  5. github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
  6. github.com/gorilla/websocket v1.5.3 // indirect
  7. github.com/joho/godotenv v1.5.1 // indirect
  8. golang.org/x/net v0.44.0 // indirect
  9. golang.org/x/sync v0.17.0 // indirect
  10. )