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

1234567891011
  1. module github.com/go-openapi/loads
  2. require (
  3. github.com/go-openapi/analysis v0.19.5
  4. github.com/go-openapi/spec v0.19.3
  5. github.com/go-openapi/swag v0.19.5
  6. github.com/stretchr/testify v1.3.0
  7. gopkg.in/yaml.v2 v2.2.2
  8. )
  9. go 1.13