Updated dependencies

This commit is contained in:
2025-11-22 16:46:19 +05:30
parent 183ad41574
commit 6d3faa071e
2 changed files with 15 additions and 5 deletions

10
go.mod
View File

@@ -3,18 +3,18 @@ module code.patial.tech/go/appcore
go 1.25
require (
github.com/go-playground/validator/v10 v10.27.0
github.com/go-playground/validator/v10 v10.28.0
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/google/uuid v1.6.0
github.com/sqids/sqids-go v0.4.1
golang.org/x/crypto v0.42.0
golang.org/x/crypto v0.45.0
)
require (
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
github.com/gabriel-vasile/mimetype v1.4.11 // 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/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
)