@@ -8,24 +8,29 @@ require (
8
8
github.com/sclevine/agouti v3.0.0+incompatible
9
9
github.com/sirupsen/logrus v1.9.3
10
10
github.com/spf13/cobra v1.8.0
11
- github.com/spf13/viper v1.16.0
11
+ github.com/spf13/viper v1.18.2
12
12
)
13
13
14
14
require (
15
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
15
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
16
16
github.com/hashicorp/hcl v1.0.0 // indirect
17
17
github.com/inconshreveable/mousetrap v1.1.0 // indirect
18
18
github.com/magiconair/properties v1.8.7 // indirect
19
19
github.com/mitchellh/mapstructure v1.5.0 // indirect
20
20
github.com/onsi/ginkgo v1.16.5 // indirect
21
21
github.com/onsi/gomega v1.19.0 // indirect
22
- github.com/spf13/afero v1.9.5 // indirect
23
- github.com/spf13/cast v1.5.1 // indirect
24
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
22
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
23
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
24
+ github.com/sourcegraph/conc v0.3.0 // indirect
25
+ github.com/spf13/afero v1.11.0 // indirect
26
+ github.com/spf13/cast v1.6.0 // indirect
25
27
github.com/spf13/pflag v1.0.5 // indirect
26
- github.com/subosito/gotenv v1.4.2 // indirect
27
- golang.org/x/sys v0.8.0 // indirect
28
- golang.org/x/text v0.9.0 // indirect
28
+ github.com/subosito/gotenv v1.6.0 // indirect
29
+ go.uber.org/atomic v1.9.0 // indirect
30
+ go.uber.org/multierr v1.9.0 // indirect
31
+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
32
+ golang.org/x/sys v0.15.0 // indirect
33
+ golang.org/x/text v0.14.0 // indirect
29
34
gopkg.in/ini.v1 v1.67.0 // indirect
30
35
gopkg.in/yaml.v3 v3.0.1 // indirect
31
36
)
0 commit comments