mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-16 15:20:11 +00:00
9 lines
205 B
Modula-2
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
|
||
|
)
|