Files
tgvpn/go.mod
T
2026-05-21 00:25:44 +03:00

9 lines
133 B
Modula-2

module telegramvpn
go 1.22
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/joho/godotenv v1.5.1
)