9 lines
157 B
Modula-2
9 lines
157 B
Modula-2
|
module git.faercol.me/faercol/telegram-notifier/notifier
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/ahugues/go-telegram-api v0.2.0
|
||
|
github.com/sirupsen/logrus v1.9.0
|
||
|
)
|