1
0
Fork 0

update: update module gopkg.in/yaml.v2 to v2.4.0

This commit is contained in:
renovate[bot] 2023-01-02 03:51:24 +00:00 committed by Sean Sube
parent d3d1b65923
commit 31aac58265
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -7,6 +7,6 @@ require (
github.com/go-ini/ini v1.67.0
github.com/jmespath/go-jmespath v0.4.0
github.com/robfig/cron/v3 v3.0.1
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)