diff --git a/go.mod b/go.mod index 8a45779..1fde911 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,10 @@ module github.com/FrancescoIlario/cog go 1.17 require ( - github.com/imdario/mergo v0.3.12 + github.com/imdario/mergo v0.3.14 github.com/matryer/is v1.4.0 github.com/spf13/cobra v1.4.0 - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 + gopkg.in/yaml.v3 v3.0.1 ) require (