File tree 2 files changed +73
-90
lines changed
2 files changed +73
-90
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/swaggo/echo-swagger
2
2
3
3
require (
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
6
5
github.com/labstack/echo/v4 v4.0.0
7
- github.com/mailru/easyjson v0.7.0 // indirect
8
6
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
10
9
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
15
13
)
16
14
17
15
go 1.13
You can’t perform that action at this time.
0 commit comments