1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-28 15:20:10 +00:00
jfa-go/telegram/go.mod

9 lines
205 B
Modula-2

module github.com/hrfee/jfa-go/telegram
go 1.16
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
)