-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
19 lines (17 loc) · 757 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module benchGolangValidators
go 1.15
require (
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/go-playground/validator/v10 v10.4.1
github.com/gobuffalo/validate v2.0.4+incompatible
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/thedevsaddam/govalidator v1.9.10
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
)