mirror of
https://github.com/Neur0toxine/bash.im-telegram-bot.git
synced 2024-11-21 20:56:10 +03:00
10 lines
237 B
Modula-2
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
|
||
|
)
|