Skip to content

Commit 5602047

Browse files
chore(deps): bump gopkg.in/yaml.v3 (#112)
Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3361106 commit 5602047

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/swaggo/echo-swagger
33
go 1.17
44

55
require (
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
)

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,6 @@ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
127127
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
128128
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
129129
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=
131130
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=

0 commit comments

Comments
 (0)