- go version bump

- go fix
This commit is contained in:
2026-02-20 16:11:11 +05:30
parent 166b3fda5c
commit a048cb0d73
7 changed files with 40 additions and 24 deletions

14
go.mod
View File

@@ -1,20 +1,20 @@
module code.patial.tech/go/appcore
go 1.25
go 1.26
require (
github.com/go-playground/validator/v10 v10.28.0
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/go-playground/validator/v10 v10.30.1
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/uuid v1.6.0
github.com/sqids/sqids-go v0.4.1
golang.org/x/crypto v0.45.0
golang.org/x/crypto v0.48.0
)
require (
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
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/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
)