1module github.com/getkin/kin-openapi 2 3go 1.14 4 5require ( 6 github.com/ghodss/yaml v1.0.0 7 github.com/go-openapi/jsonpointer v0.19.5 8 github.com/gorilla/mux v1.8.0 9 github.com/stretchr/testify v1.5.1 10 gopkg.in/yaml.v2 v2.3.0 11) 12
1module github.com/getkin/kin-openapi 2 3go 1.14 4 5require ( 6 github.com/ghodss/yaml v1.0.0 7 github.com/go-openapi/jsonpointer v0.19.5 8 github.com/gorilla/mux v1.8.0 9 github.com/stretchr/testify v1.5.1 10 gopkg.in/yaml.v2 v2.3.0 11) 12