blob: 1b039299bc201776700c2693e8b2b3d207991cbf [file] [log] [blame]
Serge Bazanskicc25bdf2018-10-25 14:02:58 +02001module github.com/go-openapi/analysis
2
3require (
4 github.com/go-openapi/jsonpointer v0.17.0
5 github.com/go-openapi/loads v0.17.0
6 github.com/go-openapi/spec v0.17.0
7 github.com/go-openapi/strfmt v0.17.0
8 github.com/go-openapi/swag v0.17.0
9 github.com/stretchr/testify v1.2.2
10)