@@ -16,7 +16,7 @@ require (
1616	github.com/onsi/gomega  v1.18.1 
1717	github.com/spf13/cobra  v1.2.1 
1818	github.com/spf13/pflag  v1.0.5 
19- 	github.com/spf13/viper  v1.9 .0 
19+ 	github.com/spf13/viper  v1.15 .0 
2020	github.com/stretchr/testify  v1.8.1 
2121	github.com/xi2/xz  v0.0.0-20171230120015-48954b6210f8 
2222	gopkg.in/yaml.v3  v3.0.1 
@@ -27,6 +27,8 @@ require (
2727	github.com/creack/pty  v1.1.17 
2828)
2929
30+ require  github.com/pelletier/go-toml/v2  v2.0.6  //  indirect
31+ 
3032require  (
3133	github.com/Microsoft/go-winio  v0.4.16  //  indirect
3234	github.com/Netflix/go-expect  v0.0.0-20220104043353-73e0943537d2 
@@ -35,7 +37,7 @@ require (
3537	github.com/blang/semver/v4  v4.0.0 
3638	github.com/davecgh/go-spew  v1.1.1  //  indirect
3739	github.com/emirpasic/gods  v1.12.0  //  indirect
38- 	github.com/fsnotify/fsnotify  v1.5.1   //  indirect
40+ 	github.com/fsnotify/fsnotify  v1.6.0   //  indirect
3941	github.com/go-git/gcfg  v1.5.0  //  indirect
4042	github.com/go-git/go-billy/v5  v5.3.1  //  indirect
4143	github.com/golang/protobuf  v1.5.2  //  indirect
@@ -47,30 +49,29 @@ require (
4749	github.com/jbenet/go-context  v0.0.0-20150711004518-d14ea06fba99  //  indirect
4850	github.com/kballard/go-shellquote  v0.0.0-20180428030007-95032a82bc51  //  indirect
4951	github.com/kevinburke/ssh_config  v0.0.0-20201106050909-4977a11b4351  //  indirect
50- 	github.com/magiconair/properties  v1.8.5   //  indirect
51- 	github.com/mattn/go-colorable  v0.1.6   //  indirect
52- 	github.com/mattn/go-isatty  v0.0.12   //  indirect
52+ 	github.com/magiconair/properties  v1.8.7   //  indirect
53+ 	github.com/mattn/go-colorable  v0.1.12   //  indirect
54+ 	github.com/mattn/go-isatty  v0.0.14   //  indirect
5355	github.com/mgutz/ansi  v0.0.0-20170206155736-9520e82c474b  //  indirect
54- 	github.com/mitchellh/mapstructure  v1.4.2   //  indirect
56+ 	github.com/mitchellh/mapstructure  v1.5.0   //  indirect
5557	github.com/nbio/st  v0.0.0-20140626010706-e9e8d9816f32  //  indirect
5658	github.com/nxadm/tail  v1.4.8  //  indirect
57- 	github.com/pelletier/go-toml  v1.9.4  //  indirect
5859	github.com/pmezard/go-difflib  v1.0.0  //  indirect
5960	github.com/sergi/go-diff  v1.1.0  //  indirect
60- 	github.com/spf13/afero  v1.6.0  
61- 	github.com/spf13/cast  v1.4.1   //  indirect
61+ 	github.com/spf13/afero  v1.9.3  
62+ 	github.com/spf13/cast  v1.5.0   //  indirect
6263	github.com/spf13/jwalterweatherman  v1.1.0  //  indirect
63- 	github.com/subosito/gotenv  v1.2.0   //  indirect
64+ 	github.com/subosito/gotenv  v1.4.2   //  indirect
6465	github.com/xanzy/ssh-agent  v0.3.0  //  indirect
65- 	golang.org/x/crypto  v0.0.0-20220315160706-3147a52a75dd   //  indirect
66- 	golang.org/x/net  v0.0.0-20220127200216-cd36cc0744dd  
67- 	golang.org/x/oauth2  v0.0.0-20220411215720-9780585627b5   //  indirect
68- 	golang.org/x/sys  v0.0.0-20220722155257-8c9f86f7a55f   //  indirect
69- 	golang.org/x/term  v0.0.0-20210927222741-03fcf44c2211   //  indirect
70- 	golang.org/x/text  v0.3.8   //  indirect
66+ 	golang.org/x/crypto  v0.0.0-20220525230936-793ad666bf5e   //  indirect
67+ 	golang.org/x/net  v0.4.0  
68+ 	golang.org/x/oauth2  v0.0.0-20221014153046-6fdb5e3db783   //  indirect
69+ 	golang.org/x/sys  v0.3.0   //  indirect
70+ 	golang.org/x/term  v0.3.0   //  indirect
71+ 	golang.org/x/text  v0.5.0   //  indirect
7172	google.golang.org/appengine  v1.6.7  //  indirect
72- 	google.golang.org/protobuf  v1.27 .1  //  indirect
73- 	gopkg.in/ini.v1  v1.63.2   //  indirect
73+ 	google.golang.org/protobuf  v1.28 .1  //  indirect
74+ 	gopkg.in/ini.v1  v1.67.0   //  indirect
7475	gopkg.in/tomb.v1  v1.0.0-20141024135613-dd632973f1e7  //  indirect
7576	gopkg.in/warnings.v0  v0.1.2  //  indirect
7677	gopkg.in/yaml.v2  v2.4.0  //  indirect
0 commit comments