@@ -30,8 +30,7 @@ require (
30
30
github.com/schollz/closestmatch v2.1.0+incompatible
31
31
github.com/sirupsen/logrus v1.9.3
32
32
github.com/spf13/cobra v1.7.0
33
- github.com/spf13/jwalterweatherman v1.1.0
34
- github.com/spf13/viper v1.16.0
33
+ github.com/spf13/viper v1.17.0
35
34
github.com/stretchr/testify v1.8.4
36
35
github.com/xeipuuv/gojsonschema v1.2.0
37
36
go.bug.st/cleanup v1.0.0
@@ -54,7 +53,7 @@ require (
54
53
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
55
54
github.com/creack/goselect v0.1.2 // indirect
56
55
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
57
- github.com/davecgh/go-spew v1.1.1 // indirect
56
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
58
57
github.com/emirpasic/gods v1.18.1 // indirect
59
58
github.com/fsnotify/fsnotify v1.6.0 // indirect
60
59
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -76,10 +75,13 @@ require (
76
75
github.com/mitchellh/go-homedir v1.1.0 // indirect
77
76
github.com/mitchellh/mapstructure v1.5.0 // indirect
78
77
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
79
- github.com/pmezard/go-difflib v1.0.0 // indirect
78
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
80
79
github.com/rivo/uniseg v0.4.4 // indirect
81
80
github.com/russross/blackfriday/v2 v2.1.0 // indirect
81
+ github.com/sagikazarmark/locafero v0.3.0 // indirect
82
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
82
83
github.com/sergi/go-diff v1.3.1 // indirect
84
+ github.com/sourcegraph/conc v0.3.0 // indirect
83
85
github.com/spf13/afero v1.10.0 // indirect
84
86
github.com/spf13/cast v1.5.1 // indirect
85
87
github.com/spf13/pflag v1.0.5 // indirect
@@ -88,7 +90,10 @@ require (
88
90
github.com/xanzy/ssh-agent v0.3.3 // indirect
89
91
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
90
92
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
93
+ go.uber.org/atomic v1.9.0 // indirect
94
+ go.uber.org/multierr v1.9.0 // indirect
91
95
golang.org/x/crypto v0.13.0 // indirect
96
+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
92
97
golang.org/x/mod v0.12.0 // indirect
93
98
golang.org/x/net v0.15.0 // indirect
94
99
golang.org/x/sys v0.13.0 // indirect
0 commit comments