text table, telegram html message

This commit is contained in:
2025-11-28 15:43:07 +03:00
parent 68310ac711
commit 5727c7a60c
6 changed files with 179 additions and 4 deletions

5
go.mod
View File

@@ -6,3 +6,8 @@ require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
)