@@ -12,42 +12,40 @@ require (
1212 github.com/Xuanwo/go-locale v1.1.0
1313 github.com/miekg/dns v1.1.50
1414 github.com/nicksnyder/go-i18n v1.10.1
15- github.com/onsi/ginkgo v1.16.2
16- github.com/onsi/gomega v1.29.0
15+ github.com/onsi/ginkgo/v2 v2.15.0
16+ github.com/onsi/gomega v1.31.1
1717 github.com/softlayer/softlayer-go v1.1.2
18- github.com/spf13/cobra v1.5 .0
18+ github.com/spf13/cobra v1.8 .0
1919 github.com/spf13/pflag v1.0.5
2020 github.com/stretchr/testify v1.7.0
2121 golang.org/x/text v0.14.0
2222)
2323
2424require (
25- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2625 github.com/davecgh/go-spew v1.1.1 // indirect
2726 github.com/fatih/color v1.10.0 // indirect
2827 github.com/fatih/structs v1.1.0 // indirect
29- github.com/fsnotify/fsnotify v1.4.9 // indirect
28+ github.com/go-logr/logr v1.3.0 // indirect
29+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
3030 github.com/gofrs/flock v0.8.1 // indirect
3131 github.com/google/go-cmp v0.6.0 // indirect
32- github.com/inconshreveable/mousetrap v1.0.0 // indirect
32+ github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
33+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
3334 github.com/mattn/go-colorable v0.1.8 // indirect
3435 github.com/mattn/go-isatty v0.0.12 // indirect
3536 github.com/mattn/go-runewidth v0.0.12 // indirect
3637 github.com/nicksnyder/go-i18n/v2 v2.2.0 // indirect
37- github.com/nxadm/tail v1.4.8 // indirect
3838 github.com/pelletier/go-toml v1.2.0 // indirect
3939 github.com/pmezard/go-difflib v1.0.0 // indirect
4040 github.com/rivo/uniseg v0.1.0 // indirect
41- github.com/russross/blackfriday/v2 v2.1.0 // indirect
4241 github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e // indirect
4342 golang.org/x/crypto v0.17.0 // indirect
44- golang.org/x/mod v0.12 .0 // indirect
45- golang.org/x/net v0.17 .0 // indirect
46- golang.org/x/sys v0.15 .0 // indirect
43+ golang.org/x/mod v0.14 .0 // indirect
44+ golang.org/x/net v0.20 .0 // indirect
45+ golang.org/x/sys v0.16 .0 // indirect
4746 golang.org/x/term v0.15.0 // indirect
48- golang.org/x/tools v0.12 .0 // indirect
47+ golang.org/x/tools v0.17 .0 // indirect
4948 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
50- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
5149 gopkg.in/yaml.v2 v2.4.0 // indirect
5250 gopkg.in/yaml.v3 v3.0.1 // indirect
5351)
0 commit comments