This repository was archived by the owner on Jun 12, 2024. It is now read-only.
File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
entgo.io/ent v0.11.7
8
8
github.com/ardanlabs/conf/v3 v3.1.3
9
9
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
11
11
github.com/google/uuid v1.3.0
12
12
github.com/mattn/go-sqlite3 v1.14.16
13
13
github.com/rs/zerolog v1.29.0
@@ -30,8 +30,8 @@ require (
30
30
github.com/go-openapi/jsonreference v0.20.0 // indirect
31
31
github.com/go-openapi/spec v0.20.7 // indirect
32
32
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
35
35
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
36
36
github.com/google/go-cmp v0.5.9 // indirect
37
37
github.com/hashicorp/hcl/v2 v2.15.0 // indirect
Original file line number Diff line number Diff line change @@ -41,10 +41,16 @@ github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBY
41
41
github.com/go-playground/assert/v2 v2.0.1 /go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4 =
42
42
github.com/go-playground/locales v0.14.0 h1:u50s323jtVGugKlcYeyzC0etD1HifMjqmJqb8WugfUU =
43
43
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 =
44
46
github.com/go-playground/universal-translator v0.18.0 h1:82dyy6p4OuJq4/CByFNOn/jYrnRPArHwAcmLoJZxyho =
45
47
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 =
46
50
github.com/go-playground/validator/v10 v10.11.1 h1:prmOlTVv+YjZjmRmNSF3VmspqJIxJWXmqUsHwfTRRkQ =
47
51
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 =
48
54
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68 =
49
55
github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
50
56
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g =
You can’t perform that action at this time.
0 commit comments