chore: upgrade yaml to 3.0.1

This commit is contained in:
Emmanuel BENOîT 2024-07-26 12:03:44 +02:00
parent 9ceab0ff36
commit 36850a0650
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import (
"strconv"
valid "github.com/asaskevich/govalidator"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
type (

2
go.mod
View file

@ -8,7 +8,7 @@ require (
github.com/go-ldap/ldap/v3 v3.4.8
github.com/karrick/golf v1.4.0
github.com/sirupsen/logrus v1.9.3
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (