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 334B

12345678910111213
  1. module github.com/go-openapi/analysis
  2. require (
  3. github.com/go-openapi/jsonpointer v0.19.3
  4. github.com/go-openapi/loads v0.19.0
  5. github.com/go-openapi/spec v0.19.3
  6. github.com/go-openapi/strfmt v0.19.3
  7. github.com/go-openapi/swag v0.19.5
  8. github.com/stretchr/testify v1.3.0
  9. go.mongodb.org/mongo-driver v1.1.1 // indirect
  10. )
  11. go 1.13