diff --git a/go.mod b/go.mod index bcf5f266..eceaddf0 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/stretchr/testify v1.10.0 github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df github.com/urfave/cli/v2 v2.27.6 - gopkg.in/yaml.v2 v2.3.0 + gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1 )