@@ -12,7 +12,7 @@ require (
12
12
github.com/mitchellh/go-homedir v1.1.0
13
13
github.com/rs/zerolog v1.27.0
14
14
github.com/spf13/cobra v1.5.0
15
- github.com/spf13/viper v1.9 .0
15
+ github.com/spf13/viper v1.12 .0
16
16
github.com/stretchr/testify v1.8.0
17
17
gopkg.in/yaml.v2 v2.4.0
18
18
)
@@ -21,27 +21,28 @@ require (
21
21
github.com/acomagu/bufpipe v1.0.3 // indirect
22
22
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
23
23
github.com/davecgh/go-spew v1.1.1 // indirect
24
- github.com/fsnotify/fsnotify v1.5.1 // indirect
24
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
25
25
github.com/go-git/gcfg v1.5.0 // indirect
26
26
github.com/go-git/go-git/v5 v5.4.2 // indirect
27
27
github.com/hashicorp/hcl v1.0.0 // indirect
28
28
github.com/inconshreveable/mousetrap v1.0.0 // indirect
29
29
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
30
- github.com/magiconair/properties v1.8.5 // indirect
30
+ github.com/magiconair/properties v1.8.6 // indirect
31
31
github.com/mattn/go-isatty v0.0.14 // indirect
32
- github.com/mitchellh/mapstructure v1.4.2 // indirect
33
- github.com/pelletier/go-toml v1.9.4 // indirect
32
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
33
+ github.com/pelletier/go-toml v1.9.5 // indirect
34
+ github.com/pelletier/go-toml/v2 v2.0.1 // indirect
34
35
github.com/pmezard/go-difflib v1.0.0 // indirect
35
36
github.com/russross/blackfriday/v2 v2.1.0 // indirect
36
- github.com/spf13/afero v1.6.0 // indirect
37
- github.com/spf13/cast v1.4.1 // indirect
37
+ github.com/spf13/afero v1.8.2 // indirect
38
+ github.com/spf13/cast v1.5.0 // indirect
38
39
github.com/spf13/jwalterweatherman v1.1.0 // indirect
39
40
github.com/spf13/pflag v1.0.5 // indirect
40
- github.com/subosito/gotenv v1.2 .0 // indirect
41
- golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
42
- golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
43
- golang.org/x/text v0.3.6 // indirect
44
- gopkg.in/ini.v1 v1.63.2 // indirect
41
+ github.com/subosito/gotenv v1.3 .0 // indirect
42
+ golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
43
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
44
+ golang.org/x/text v0.3.7 // indirect
45
+ gopkg.in/ini.v1 v1.66.4 // indirect
45
46
gopkg.in/warnings.v0 v0.1.2 // indirect
46
47
gopkg.in/yaml.v3 v3.0.1 // indirect
47
48
)
0 commit comments