This commit is contained in:
2024-11-12 02:32:06 +07:00
commit 077437d33c
18 changed files with 432 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
module git.3crabs.ru/save_my_money/smm_tg
go 1.23.3
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/samber/lo v1.47.0
)
require (
go.uber.org/mock v0.5.0 // indirect
golang.org/x/text v0.16.0 // indirect
)