first commit

This commit is contained in:
tgvpn
2026-05-21 00:25:44 +03:00
commit 626128673d
6 changed files with 97 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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
)