fix(deps): update module gopkg.in/yaml.v2 to v3

This commit is contained in:
renovate[bot]
2023-05-18 20:51:30 +00:00
committed by GitHub
parent 9d3c5ead93
commit f5d2446ae9

2
go.mod
View File

@@ -25,7 +25,7 @@ require (
github.com/swaggo/swag v1.16.1
github.com/urfave/cli/v2 v2.25.3
github.com/valyala/fasthttp v1.47.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)