feat: telegram notifier

This commit is contained in:
chethober
2026-01-30 01:30:35 +03:30
parent 58c8b4896b
commit 6af6b3d890
8 changed files with 392 additions and 15 deletions

1
go.mod
View File

@@ -38,5 +38,6 @@ require (
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)