14 lines
477 B
Modula-2
14 lines
477 B
Modula-2
module github.com/swaggo/swag
|
|
|
|
require (
|
|
github.com/KyleBanks/depth v1.2.1
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-openapi/jsonreference v0.19.0
|
|
github.com/go-openapi/spec v0.19.0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
|
|
github.com/swaggo/gin-swagger v1.2.0
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/tools v0.0.0-20190611222205-d73e1c7e250b
|
|
)
|