mirror of
https://github.com/chapvic/telegram-notify.git
synced 2025-04-18 02:17:36 +03:00
9 lines
152 B
Modula-2
9 lines
152 B
Modula-2
module github.com/chapvic/telegram-notify
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/JohannesKaufmann/html-to-markdown v1.6.0
|
|
github.com/go-telegram/bot v1.5.0
|
|
)
|