19 lines
637 B
Modula-2
19 lines
637 B
Modula-2
module transmission-telegram
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1
|
|
gopkg.in/telegram-bot-api.v4 v4.6.4
|
|
)
|
|
|
|
require (
|
|
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
|
|
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
|
|
github.com/martini-contrib/auth v0.0.0-20150219114609-fa62c19b7ae8 // indirect
|
|
github.com/pyed/transmission v0.0.0-20240821061748-4cfdbb917ad4
|
|
github.com/smartystreets/goconvey v1.8.1 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
)
|