go.mod 277 B

1234567891011
  1. module github.com/go-openapi/analysis
  2. require (
  3. github.com/go-openapi/jsonpointer v0.17.0
  4. github.com/go-openapi/loads v0.17.0
  5. github.com/go-openapi/spec v0.17.0
  6. github.com/go-openapi/strfmt v0.17.0
  7. github.com/go-openapi/swag v0.17.0
  8. github.com/stretchr/testify v1.2.2
  9. )