2026-06-12 01:34:08 +03:00
|
|
|
module my-app
|
|
|
|
|
|
2026-06-16 22:21:43 +03:00
|
|
|
go 1.24.0
|
2026-06-12 01:34:08 +03:00
|
|
|
|
|
|
|
|
require (
|
2026-06-16 22:21:43 +03:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.5.1 // indirect
|
2026-06-12 01:34:08 +03:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
|
2026-06-16 22:21:43 +03:00
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
2026-06-12 01:34:08 +03:00
|
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
2026-07-02 02:57:20 +03:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.47 // indirect
|
2026-06-16 22:21:43 +03:00
|
|
|
golang.org/x/net v0.44.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.17.0 // indirect
|
2026-06-12 01:34:08 +03:00
|
|
|
)
|