File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 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
33go 1.17
44
55require (
6+ github.com/ghodss/yaml v1.0.0
67 github.com/labstack/echo/v4 v4.9.0
78 github.com/stretchr/testify v1.7.0
89 github.com/swaggo/files/v2 v2.0.0
@@ -14,7 +15,6 @@ require (
1415 github.com/PuerkitoBio/purell v1.1.1 // indirect
1516 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
1617 github.com/davecgh/go-spew v1.1.1 // indirect
17- github.com/ghodss/yaml v1.0.0 // indirect
1818 github.com/go-openapi/jsonpointer v0.19.5 // indirect
1919 github.com/go-openapi/jsonreference v0.19.6 // indirect
2020 github.com/go-openapi/spec v0.20.4 // indirect
@@ -33,5 +33,5 @@ require (
3333 golang.org/x/text v0.8.0 // indirect
3434 golang.org/x/tools v0.7.0 // indirect
3535 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
3737)
Original file line number Diff line number Diff line change @@ -127,5 +127,6 @@ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
127127gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
128128gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
129129gopkg.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 =
131130gopkg.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