@@ -6,26 +6,30 @@ require (
6
6
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
7
7
github.com/spf13/cobra v1.7.0
8
8
github.com/spf13/pflag v1.0.5
9
- github.com/spf13/viper v1.16.0
9
+ github.com/spf13/viper v1.18.1
10
10
github.com/stretchr/testify v1.8.4
11
- golang.org/x/text v0.13 .0
11
+ golang.org/x/text v0.14 .0
12
12
gopkg.in/yaml.v3 v3.0.1
13
13
)
14
14
15
15
require (
16
- github.com/davecgh/go-spew v1.1.1 // indirect
17
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
16
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
17
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
18
18
github.com/hashicorp/hcl v1.0.0 // indirect
19
19
github.com/inconshreveable/mousetrap v1.1.0 // indirect
20
20
github.com/magiconair/properties v1.8.7 // indirect
21
21
github.com/mitchellh/mapstructure v1.5.0 // indirect
22
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
23
- github.com/pmezard/go-difflib v1.0.0 // indirect
24
- github.com/spf13/afero v1.9.5 // indirect
25
- github.com/spf13/cast v1.5.1 // indirect
26
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
27
- github.com/subosito/gotenv v1.4.2 // indirect
28
- golang.org/x/sys v0.8.0 // indirect
29
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
22
+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
23
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
24
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
25
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
26
+ github.com/sourcegraph/conc v0.3.0 // indirect
27
+ github.com/spf13/afero v1.11.0 // indirect
28
+ github.com/spf13/cast v1.6.0 // indirect
29
+ github.com/subosito/gotenv v1.6.0 // indirect
30
+ go.uber.org/atomic v1.9.0 // indirect
31
+ go.uber.org/multierr v1.9.0 // indirect
32
+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
33
+ golang.org/x/sys v0.15.0 // indirect
30
34
gopkg.in/ini.v1 v1.67.0 // indirect
31
35
)
0 commit comments