forked from go-playground/validator
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
20 lines (18 loc) · 723 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/fairyhunter13/validator/v10
go 1.13
require (
github.com/Code-Hex/uniseg v0.2.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fairyhunter13/universal-translator v0.18.3
github.com/gin-gonic/gin v1.8.1 // indirect
github.com/go-playground/assert/v2 v2.0.1
github.com/go-playground/locales v0.14.0
github.com/kr/pretty v0.3.0 // indirect
github.com/leodido/go-urn v1.2.1
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/stretchr/testify v1.7.2 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
golang.org/x/text v0.3.7
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)