|
module telegram_bot
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
|
|
github.com/oschwald/geoip2-golang v1.11.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|