14 lines
258 B
Modula-2
14 lines
258 B
Modula-2
module git.gm6.ru/icewind/notify
|
|
|
|
go 1.25.1
|
|
|
|
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
|
|
)
|