Files
watchdog/go.mod
Dmitry Fedotov 2f50eefbb2 init
2025-07-12 22:01:23 +03:00

18 lines
468 B
Modula-2

module code.uint32.ru/dmitry/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
)