File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,16 @@ module github.com/wardvisual/go-store-api
2
2
3
3
go 1.22.1
4
4
5
- require github.com/gorilla/mux v1.8.1 // indirect
5
+ require (
6
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
7
+ github.com/go-playground/locales v0.14.1 // indirect
8
+ github.com/go-playground/universal-translator v0.18.1 // indirect
9
+ github.com/go-playground/validator v9.31.0+incompatible // indirect
10
+ github.com/go-playground/validator/v10 v10.22.0 // indirect
11
+ github.com/gorilla/mux v1.8.1 // indirect
12
+ github.com/leodido/go-urn v1.4.0 // indirect
13
+ golang.org/x/crypto v0.19.0 // indirect
14
+ golang.org/x/net v0.21.0 // indirect
15
+ golang.org/x/sys v0.17.0 // indirect
16
+ golang.org/x/text v0.14.0 // indirect
17
+ )
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
4
4
github.com/go-playground/locales v0.14.1 /go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY =
5
5
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY =
6
6
github.com/go-playground/universal-translator v0.18.1 /go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY =
7
+ github.com/go-playground/validator v9.31.0+incompatible h1:UA72EPEogEnq76ehGdEDp4Mit+3FDh548oRqwVgNsHA =
8
+ github.com/go-playground/validator v9.31.0+incompatible /go.mod h1:yrEkQXlcI+PugkyDjY2bRrL/UBU4f3rvrgkN3V8JEig =
7
9
github.com/go-playground/validator/v10 v10.22.0 h1:k6HsTZ0sTnROkhS//R0O+55JgM8C4Bx7ia+JlgcnOao =
8
10
github.com/go-playground/validator/v10 v10.22.0 /go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM =
9
11
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY =
You can’t perform that action at this time.
0 commit comments