diff --git a/go.mod b/go.mod index d345211..fd3ff2c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/karuppiah7890/go-jsonschema-generator v0.0.0-20191229070329-082ad3307d9e github.com/spf13/cobra v1.8.0 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -13,4 +13,4 @@ require ( github.com/spf13/pflag v1.0.5 // indirect ) -replace gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0 +replace gopkg.in/yaml.v3 => gopkg.in/yaml.v2 v3.0.1