Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit c0953bb

Browse files
fix(deps): update module github.com/go-playground/validator/v10 to v10.11.2 (#253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f7e917 commit c0953bb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

backend/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
entgo.io/ent v0.11.7
88
github.com/ardanlabs/conf/v3 v3.1.3
99
github.com/go-chi/chi/v5 v5.0.8
10-
github.com/go-playground/validator/v10 v10.11.1
10+
github.com/go-playground/validator/v10 v10.11.2
1111
github.com/google/uuid v1.3.0
1212
github.com/mattn/go-sqlite3 v1.14.16
1313
github.com/rs/zerolog v1.29.0
@@ -30,8 +30,8 @@ require (
3030
github.com/go-openapi/jsonreference v0.20.0 // indirect
3131
github.com/go-openapi/spec v0.20.7 // indirect
3232
github.com/go-openapi/swag v0.22.3 // indirect
33-
github.com/go-playground/locales v0.14.0 // indirect
34-
github.com/go-playground/universal-translator v0.18.0 // indirect
33+
github.com/go-playground/locales v0.14.1 // indirect
34+
github.com/go-playground/universal-translator v0.18.1 // indirect
3535
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
3636
github.com/google/go-cmp v0.5.9 // indirect
3737
github.com/hashicorp/hcl/v2 v2.15.0 // indirect

backend/go.sum

+6
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,16 @@ github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBY
4141
github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=
4242
github.com/go-playground/locales v0.14.0 h1:u50s323jtVGugKlcYeyzC0etD1HifMjqmJqb8WugfUU=
4343
github.com/go-playground/locales v0.14.0/go.mod h1:sawfccIbzZTqEDETgFXqTho0QybSa7l++s0DH+LDiLs=
44+
github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=
45+
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
4446
github.com/go-playground/universal-translator v0.18.0 h1:82dyy6p4OuJq4/CByFNOn/jYrnRPArHwAcmLoJZxyho=
4547
github.com/go-playground/universal-translator v0.18.0/go.mod h1:UvRDBj+xPUEGrFYl+lu/H90nyDXpg0fqeB/AQUGNTVA=
48+
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
49+
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
4650
github.com/go-playground/validator/v10 v10.11.1 h1:prmOlTVv+YjZjmRmNSF3VmspqJIxJWXmqUsHwfTRRkQ=
4751
github.com/go-playground/validator/v10 v10.11.1/go.mod h1:i+3WkQ1FvaUjjxh1kSvIA4dMGDBiPU55YFDl0WbKdWU=
52+
github.com/go-playground/validator/v10 v10.11.2 h1:q3SHpufmypg+erIExEKUmsgmhDTyhcJ38oeKGACXohU=
53+
github.com/go-playground/validator/v10 v10.11.2/go.mod h1:NieE624vt4SCTJtD87arVLvdmjPAeV8BQlHtMnw9D7s=
4854
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68=
4955
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
5056
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=

0 commit comments

Comments
 (0)