1module github.com/go-openapi/analysis
2
3require (
4	github.com/go-openapi/jsonpointer v0.19.5
5	github.com/go-openapi/loads v0.20.2
6	github.com/go-openapi/spec v0.20.3
7	github.com/go-openapi/strfmt v0.20.0
8	github.com/go-openapi/swag v0.19.14
9	github.com/stretchr/testify v1.7.0
10)
11
12go 1.13
13