File tree Expand file tree Collapse file tree 3 files changed +1540
-0
lines changed Expand file tree Collapse file tree 3 files changed +1540
-0
lines changed Original file line number Diff line number Diff line change
1
+ module github.com/swaggo/buffalo-swagger
2
+
3
+ go 1.15
4
+
5
+ require (
6
+ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
7
+ github.com/gobuffalo/buffalo v0.16.26
8
+ github.com/gobuffalo/envy v1.9.0
9
+ github.com/gobuffalo/mw-contenttype v0.0.0-20190129203934-2554e742333b
10
+ github.com/gobuffalo/mw-forcessl v0.0.0-20180802152810-73921ae7a130
11
+ github.com/gobuffalo/mw-paramlogger v0.0.0-20190129202837-395da1998525
12
+ github.com/gobuffalo/packr v1.25.0
13
+ github.com/gobuffalo/suite v2.8.2+incompatible
14
+ github.com/gobuffalo/x v0.0.0-20190224155809-6bb134105960
15
+ github.com/rs/cors v1.8.0
16
+ github.com/stretchr/testify v1.7.0
17
+ github.com/swaggo/swag v1.7.0
18
+ github.com/unrolled/secure v0.0.0-20190103195806-76e6d4e9b90c
19
+ golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
20
+ )
You can’t perform that action at this time.
0 commit comments