Initial commit

This commit is contained in:
Vladimir V Maksimov
2025-10-26 02:03:14 +03:00
commit 9361880b33
10 changed files with 217 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module http_logger
go 1.25.1
require (
git.gm6.ru/icewind/notify v0.0.0-20251025181146-68310ac711a7
gopkg.in/yaml.v3 v3.0.1
)
require github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect