all repos — albus-go @ 1bfa2838c5f0158361bf532c8766cbef2d4efb23

go.mod (view raw)

 1module github.com/BiRabittoh/albus-go
 2
 3go 1.22.3
 4
 5require (
 6	github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
 7	github.com/joho/godotenv v1.5.1
 8)
 9
10replace github.com/go-telegram-bot-api/telegram-bot-api/v5 => ./telegram-bot-api/