2019-09-05 01:23:54 +05:30
|
|
|
module github.com/go-openapi/analysis
|
|
|
|
|
|
|
|
require (
|
2021-01-28 22:26:38 +05:30
|
|
|
github.com/go-openapi/errors v0.19.9 // indirect
|
|
|
|
github.com/go-openapi/jsonpointer v0.19.5
|
|
|
|
github.com/go-openapi/loads v0.19.6
|
|
|
|
github.com/go-openapi/spec v0.19.15
|
|
|
|
github.com/go-openapi/strfmt v0.19.11
|
|
|
|
github.com/go-openapi/swag v0.19.12
|
|
|
|
github.com/mitchellh/mapstructure v1.4.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.6.1
|
2019-09-05 01:23:54 +05:30
|
|
|
)
|
2019-09-12 17:28:32 +05:30
|
|
|
|
|
|
|
go 1.13
|