File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
66 github.com/caarlos0/env/v11 v11.3.1
77 github.com/go-chi/chi/v5 v5.2.2
88 github.com/go-chi/cors v1.2.1
9+ github.com/go-playground/validator/v10 v10.27.0
910 github.com/google/uuid v1.6.0
1011 github.com/hibiken/asynq v0.25.1
1112 github.com/jackc/pgx/v5 v5.7.4
@@ -19,7 +20,6 @@ require (
1920 github.com/gabriel-vasile/mimetype v1.4.8 // indirect
2021 github.com/go-playground/locales v0.14.1 // indirect
2122 github.com/go-playground/universal-translator v0.18.1 // indirect
22- github.com/go-playground/validator/v10 v10.27.0 // indirect
2323 github.com/jackc/pgpassfile v1.0.0 // indirect
2424 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
2525 github.com/jackc/puddle/v2 v2.2.2 // indirect
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618=
2020github.com/go-chi/chi/v5 v5.2.2 /go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops =
2121github.com/go-chi/cors v1.2.1 h1:xEC8UT3Rlp2QuWNEr4Fs/c2EAGVKBwy/1vHx3bppil4 =
2222github.com/go-chi/cors v1.2.1 /go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58 =
23+ github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s =
24+ github.com/go-playground/assert/v2 v2.2.0 /go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4 =
2325github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA =
2426github.com/go-playground/locales v0.14.1 /go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY =
2527github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY =
You can’t perform that action at this time.
0 commit comments