init
This commit is contained in:
17
go.mod
Normal file
17
go.mod
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
)
|
Reference in New Issue
Block a user