16 lines
304 B
Modula-2
16 lines
304 B
Modula-2
|
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
|
||
|
)
|