13 lines
306 B
Modula-2
13 lines
306 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
|
|
github.com/mattn/go-runewidth v0.0.19
|
|
github.com/scorredoira/email v0.0.0-20191107070024-dc7b732c55da
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
|