You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 483B

12345678910111213
  1. module github.com/go-openapi/analysis
  2. require (
  3. github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
  4. github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
  5. github.com/go-openapi/errors v0.19.2 // indirect
  6. github.com/go-openapi/jsonpointer v0.19.2
  7. github.com/go-openapi/loads v0.19.0
  8. github.com/go-openapi/spec v0.19.2
  9. github.com/go-openapi/strfmt v0.19.0
  10. github.com/go-openapi/swag v0.19.2
  11. github.com/stretchr/testify v1.3.0
  12. )