go.mod 708 B

12345678910111213141516171819
  1. module github.com/go-playground/validator/v10
  2. go 1.13
  3. require (
  4. github.com/davecgh/go-spew v1.1.1 // indirect
  5. github.com/go-playground/assert/v2 v2.0.1
  6. github.com/go-playground/locales v0.14.0
  7. github.com/go-playground/universal-translator v0.18.0
  8. github.com/kr/pretty v0.3.0 // indirect
  9. github.com/leodido/go-urn v1.2.1
  10. github.com/rogpeppe/go-internal v1.8.0 // indirect
  11. github.com/stretchr/testify v1.7.0 // indirect
  12. golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
  13. golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
  14. golang.org/x/text v0.3.6
  15. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  16. gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
  17. )