diff --git a/go.mod b/go.mod index 98a8b2b0..f2ed39c5 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/spf13/afero v1.11.0 github.com/suzuki-shunsuke/logrus-error v0.1.4 github.com/urfave/cli/v2 v2.27.2 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1 )