refactor: разнести пакеты и обновить валидацию
This commit is contained in:
14
go.mod
14
go.mod
@@ -1,3 +1,15 @@
|
||||
module gitea.unprism.ru/KRBL/mila
|
||||
|
||||
go 1.24
|
||||
go 1.26.5
|
||||
|
||||
require github.com/go-playground/validator/v10 v10.30.3
|
||||
|
||||
require (
|
||||
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
|
||||
github.com/go-playground/locales v0.14.1 // indirect
|
||||
github.com/go-playground/universal-translator v0.18.1 // indirect
|
||||
github.com/leodido/go-urn v1.4.0 // indirect
|
||||
golang.org/x/crypto v0.52.0 // indirect
|
||||
golang.org/x/sys v0.45.0 // indirect
|
||||
golang.org/x/text v0.37.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user