12 lines
251 B
Modula-2
12 lines
251 B
Modula-2
module transmission-telegram
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/pyed/tailer v0.0.0-20180809195549-5c8b5b0b5b5b
|
|
github.com/pyed/transmission v0.0.0-20210101100000-000000000000
|
|
gopkg.in/telegram-bot-api.v4 v4.6.4
|
|
)
|
|
|