bash.im-telegram-bot/go.mod
2019-06-09 12:42:12 +03:00

10 lines
237 B
Modula-2

module github.com/Neur0toxine/bash.im-telegram-bot
go 1.12
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/joho/godotenv v1.3.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
)