vendor/github.com/spf13/cobra/go.mod
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
--- a/vendor/github.com/spf13/cobra/go.mod	Thu Sep 22 16:37:07 2022 +0200
+++ b/vendor/github.com/spf13/cobra/go.mod	Sat Feb 04 12:58:35 2023 +0100
@@ -4,7 +4,7 @@
 
 require (
 	github.com/cpuguy83/go-md2man/v2 v2.0.2
-	github.com/inconshreveable/mousetrap v1.0.0
+	github.com/inconshreveable/mousetrap v1.0.1
 	github.com/spf13/pflag v1.0.5
-	gopkg.in/yaml.v2 v2.4.0
+	gopkg.in/yaml.v3 v3.0.1
 )