Co-authored-by: Dmitry Fedotov <dmitry@uint32.ru>
Co-committed-by: Dmitry Fedotov <dmitry@uint32.ru>
This commit is contained in:
2025-07-21 18:09:23 +03:00
committed by dmitry
parent 2f50eefbb2
commit 82a4641ab0
7 changed files with 338 additions and 914 deletions

16
go.mod
View File

@@ -1,17 +1,5 @@
module code.uint32.ru/dmitry/watchdog
module code.uint32.ru/tiny/watchdog
go 1.24.4
require (
github.com/go-playground/validator v9.31.0+incompatible
github.com/sethvargo/go-envconfig v1.3.0
gopkg.in/telebot.v4 v4.0.0-beta.5
)
require (
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
golang.org/x/sync v0.15.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)
require golang.org/x/sync v0.15.0