Skip to content

Commit 97b56a8

Browse files
committed
chore(dependecies): use different validator version
1 parent 0acfdad commit 97b56a8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

go.mod

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,16 @@ module github.com/wardvisual/go-store-api
22

33
go 1.22.1
44

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+
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
44
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
55
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
66
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=
79
github.com/go-playground/validator/v10 v10.22.0 h1:k6HsTZ0sTnROkhS//R0O+55JgM8C4Bx7ia+JlgcnOao=
810
github.com/go-playground/validator/v10 v10.22.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
911
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=

0 commit comments

Comments
 (0)