go.mod 489 B

1234567891011121314
  1. module github.com/go-openapi/strfmt
  2. require (
  3. github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
  4. github.com/davecgh/go-spew v1.1.1 // indirect
  5. github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb
  6. github.com/go-openapi/errors v0.17.0
  7. github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
  8. github.com/mitchellh/mapstructure v1.1.2
  9. github.com/pborman/uuid v1.2.0
  10. github.com/pmezard/go-difflib v1.0.0 // indirect
  11. github.com/stretchr/testify v1.2.2
  12. )