Add gopkg.in/yaml.v3 to go.mod

This commit is contained in:
Igor Chubin 2022-11-26 15:40:04 +01:00
parent 2c367d0157
commit b6687ee037
2 changed files with 4 additions and 0 deletions

1
go.mod
View File

@ -5,4 +5,5 @@ go 1.16
require (
github.com/hashicorp/golang-lru v0.6.0
github.com/robfig/cron v1.2.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)

3
go.sum
View File

@ -2,3 +2,6 @@ github.com/hashicorp/golang-lru v0.6.0 h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o
github.com/hashicorp/golang-lru v0.6.0/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=
github.com/robfig/cron v1.2.0/go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=