mirror of
https://github.com/davidebianchi/gswagger.git
synced 2026-04-18 19:46:53 -04:00
15 lines
418 B
Modula-2
15 lines
418 B
Modula-2
module github.com/davidebianchi/gswagger
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/jsonschema v0.0.0-20210920000243-787cd8204a0d
|
|
github.com/getkin/kin-openapi v0.79.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|