This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
archive/golang/asciisay-bot/go.mod
2023-07-29 16:42:28 +05:00

11 lines
199 B
Modula-2

module github.com/fruworg/asciisay-bot
// +heroku goVersion go1.17
go 1.17
require (
github.com/joho/godotenv v1.3.0
github.com/yanzay/tbot/v2 v2.0.1
github.com/yanzay/tbot v1.0.0 // indirect
)