diff --git a/go.mod b/go.mod index 530d1ad..616b841 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,7 @@ require ( gopkg.in/AlecAivazis/survey.v1 v1.8.8 gopkg.in/src-d/go-git.v4 v4.13.1 gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -53,5 +54,4 @@ require ( gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect )