@@ -15,7 +15,7 @@ require (
1515 github.com/onsi/gomega v1.18.1
1616 github.com/spf13/cobra v1.6.1
1717 github.com/spf13/pflag v1.0.5
18- github.com/spf13/viper v1.9 .0
18+ github.com/spf13/viper v1.15 .0
1919 github.com/stretchr/testify v1.8.1
2020 github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
2121 gopkg.in/yaml.v3 v3.0.1
@@ -31,7 +31,7 @@ require (
3131require (
3232 github.com/mattn/go-runewidth v0.0.14 // indirect
3333 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
34- github.com/prometheus/client_golang v1.11.1 // indirect
34+ github.com/pelletier/go-toml/v2 v2.0.6 // indirect
3535 github.com/rivo/uniseg v0.4.3 // indirect
3636)
3737
@@ -43,7 +43,7 @@ require (
4343 github.com/blang/semver/v4 v4.0.0
4444 github.com/davecgh/go-spew v1.1.1 // indirect
4545 github.com/emirpasic/gods v1.12.0 // indirect
46- github.com/fsnotify/fsnotify v1.5.1 // indirect
46+ github.com/fsnotify/fsnotify v1.6.0 // indirect
4747 github.com/go-git/gcfg v1.5.0 // indirect
4848 github.com/go-git/go-billy/v5 v5.3.1 // indirect
4949 github.com/golang/protobuf v1.5.2 // indirect
@@ -54,30 +54,29 @@ require (
5454 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5555 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
5656 github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
57- github.com/magiconair/properties v1.8.5 // indirect
58- github.com/mattn/go-colorable v0.1.6 // indirect
57+ github.com/magiconair/properties v1.8.7 // indirect
58+ github.com/mattn/go-colorable v0.1.12 // indirect
5959 github.com/mattn/go-isatty v0.0.17 // indirect
6060 github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
61- github.com/mitchellh/mapstructure v1.4.2 // indirect
61+ github.com/mitchellh/mapstructure v1.5.0 // indirect
6262 github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
6363 github.com/nxadm/tail v1.4.8 // indirect
64- github.com/pelletier/go-toml v1.9.4 // indirect
6564 github.com/pmezard/go-difflib v1.0.0 // indirect
6665 github.com/sergi/go-diff v1.1.0 // indirect
67- github.com/spf13/afero v1.6.0
68- github.com/spf13/cast v1.4.1 // indirect
66+ github.com/spf13/afero v1.9.3
67+ github.com/spf13/cast v1.5.0 // indirect
6968 github.com/spf13/jwalterweatherman v1.1.0 // indirect
70- github.com/subosito/gotenv v1.2.0 // indirect
69+ github.com/subosito/gotenv v1.4.2 // indirect
7170 github.com/xanzy/ssh-agent v0.3.0 // indirect
72- golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
73- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
74- golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
71+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
72+ golang.org/x/net v0.4.0
73+ golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
7574 golang.org/x/sys v0.5.0 // indirect
7675 golang.org/x/term v0.5.0 // indirect
77- golang.org/x/text v0.3.8 // indirect
76+ golang.org/x/text v0.5.0 // indirect
7877 google.golang.org/appengine v1.6.7 // indirect
79- google.golang.org/protobuf v1.27 .1 // indirect
80- gopkg.in/ini.v1 v1.63.2 // indirect
78+ google.golang.org/protobuf v1.28 .1 // indirect
79+ gopkg.in/ini.v1 v1.67.0 // indirect
8180 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
8281 gopkg.in/warnings.v0 v0.1.2 // indirect
8382 gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments