File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/swaggo/echo-swagger
3
3
go 1.17
4
4
5
5
require (
6
+ github.com/ghodss/yaml v1.0.0
6
7
github.com/labstack/echo/v4 v4.9.0
7
8
github.com/stretchr/testify v1.7.0
8
9
github.com/swaggo/files/v2 v2.0.0
@@ -14,7 +15,6 @@ require (
14
15
github.com/PuerkitoBio/purell v1.1.1 // indirect
15
16
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
16
17
github.com/davecgh/go-spew v1.1.1 // indirect
17
- github.com/ghodss/yaml v1.0.0 // indirect
18
18
github.com/go-openapi/jsonpointer v0.19.5 // indirect
19
19
github.com/go-openapi/jsonreference v0.19.6 // indirect
20
20
github.com/go-openapi/spec v0.20.4 // indirect
@@ -33,5 +33,5 @@ require (
33
33
golang.org/x/text v0.8.0 // indirect
34
34
golang.org/x/tools v0.7.0 // indirect
35
35
gopkg.in/yaml.v2 v2.4.0 // indirect
36
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
36
+ gopkg.in/yaml.v3 v3.0.0 // indirect
37
37
)
Original file line number Diff line number Diff line change @@ -127,5 +127,6 @@ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
127
127
gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
128
128
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
129
129
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
130
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo =
131
130
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
131
+ gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA =
132
+ gopkg.in/yaml.v3 v3.0.0 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments