module github.com/arsmn/fiber-swagger/v2 go 1.14 require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/andybalholm/brotli v1.0.1 // indirect github.com/go-openapi/spec v0.20.0 // indirect github.com/gofiber/fiber/v2 v2.3.0 github.com/klauspost/compress v1.11.3 // indirect github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 github.com/swaggo/swag v1.7.0 golang.org/x/mod v0.4.0 // indirect golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect golang.org/x/tools v0.0.0-20201217165654-008e477491be // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect )