Files
action-telegram-notify/go.mod
Victor Chapaev 0fc0deba1a Initial commit
2024-06-29 19:44:51 +03:00

9 lines
152 B
Modula-2

module github.com/chapvic/telegram-notify
go 1.21
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/go-telegram/bot v1.5.0
)