File tree Expand file tree Collapse file tree 2 files changed +73
-90
lines changed Expand file tree Collapse file tree 2 files changed +73
-90
lines changed Original file line number Diff line number Diff line change 11module github.com/swaggo/echo-swagger
22
33require (
4- github.com/go-openapi/jsonreference v0.19.3 // indirect
5- github.com/go-openapi/spec v0.19.4 // indirect
4+ github.com/go-openapi/spec v0.20.0 // indirect
65 github.com/labstack/echo/v4 v4.0.0
7- github.com/mailru/easyjson v0.7.0 // indirect
86 github.com/mattn/go-colorable v0.1.0 // indirect
9- github.com/stretchr/testify v1.3.0
7+ github.com/mattn/go-isatty v0.0.8 // indirect
8+ github.com/stretchr/testify v1.6.1
109 github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
11- github.com/swaggo/swag v1.6.3
12- golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a // indirect
13- golang.org/x/tools v0.0.0-20191205060818-73c7173a9f7d // indirect
14- gopkg.in/yaml.v2 v2.2.7 // indirect
10+ github.com/swaggo/swag v1.7.0
11+ golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
12+ golang.org/x/tools v0.0.0-20201207182000-5679438983bd // indirect
1513)
1614
1715go 1.13
You can’t perform that action at this time.
0 commit comments