api/vendor/github.com/swaggo/swag/go.mod

19 lines
555 B
Modula-2
Raw Normal View History

2019-05-07 19:42:24 +00:00
module github.com/swaggo/swag
require (
2019-10-16 20:52:29 +00:00
github.com/KyleBanks/depth v1.2.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
2019-05-07 19:42:24 +00:00
github.com/ghodss/yaml v1.0.0
2020-06-13 19:08:47 +00:00
github.com/gin-gonic/gin v1.4.0
github.com/go-openapi/jsonreference v0.19.3
github.com/go-openapi/spec v0.19.4
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.4.0
2019-10-16 20:52:29 +00:00
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
2020-06-13 19:08:47 +00:00
github.com/urfave/cli/v2 v2.1.1
golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59
2019-05-07 19:42:24 +00:00
)
2020-06-13 19:08:47 +00:00
go 1.13