1
0
Fork 0

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

This commit is contained in:
renovate[bot] 2023-10-23 17:54:08 +00:00 committed by GitHub
parent 9818c1b2a9
commit 927c7fdfef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.4.0
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v3 v3.0.1
)