diff --git a/go.mod b/go.mod index f624c68..9514a4a 100644 --- a/go.mod +++ b/go.mod @@ -6,19 +6,19 @@ require ( github.com/fatih/color v1.16.0 github.com/gotidy/ptr v1.4.0 github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4 + github.com/mitchellh/hashstructure/v2 v2.0.2 github.com/sirupsen/logrus v1.9.3 github.com/stevenle/topsort v0.2.0 github.com/stretchr/testify v1.8.4 golang.org/x/sync v0.6.0 gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect - github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/sys v0.14.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect )