go.mod
changeset 258 eb656dbdd75a
parent 257 f21cae75c8bd
child 262 8d3354485fc3
--- a/go.mod	Mon May 30 19:01:05 2022 +0200
+++ b/go.mod	Tue Aug 23 22:31:08 2022 +0200
@@ -1,18 +1,22 @@
 module github.com/McKael/madonctl
 
 require (
-	github.com/McKael/madon/v2 v2.3.1-0.20220530164545-627aedf20faf
+	github.com/McKael/madon/v2 v2.3.1-0.20220823202755-c45cd336c53a
 	github.com/ghodss/yaml v1.0.0
+	github.com/inconshreveable/mousetrap v1.0.1 // indirect
 	github.com/kr/text v0.2.0
-	github.com/mattn/go-isatty v0.0.14
+	github.com/mattn/go-isatty v0.0.16
+	github.com/pelletier/go-toml/v2 v2.0.3 // indirect
 	github.com/pkg/errors v0.9.1
-	github.com/spf13/cobra v1.4.0
+	github.com/spf13/afero v1.9.2 // indirect
+	github.com/spf13/cobra v1.5.0
 	github.com/spf13/pflag v1.0.5
 	github.com/spf13/viper v1.12.0
-	github.com/stretchr/testify v1.7.1
-	golang.org/x/net v0.0.0-20220526153639-5463443f8c37
-	gopkg.in/ini.v1 v1.66.5 // indirect
-	gopkg.in/yaml.v3 v3.0.1 // indirect
+	github.com/stretchr/testify v1.8.0
+	github.com/subosito/gotenv v1.4.1 // indirect
+	golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
+	golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
+	gopkg.in/ini.v1 v1.67.0 // indirect
 )
 
 go 1.13