Files
action-telegram-notify/go.mod
2024-09-09 14:09:48 +03:00

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
)