Skip to content

Commit e9b41a2

Browse files
Bump github.com/spf13/viper from 1.7.1 to 1.17.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.17.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.7.1...v1.17.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34ccc4b commit e9b41a2

2 files changed

Lines changed: 1841 additions & 56 deletions

File tree

go.mod

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,40 @@ require (
1212
github.com/sirupsen/logrus v1.8.1
1313
github.com/smallfish/simpleyaml v0.0.0-20170911015856-a32031077861
1414
github.com/spf13/cobra v1.1.3
15-
github.com/spf13/viper v1.7.1
15+
github.com/spf13/viper v1.17.0
1616
github.com/x-cray/logrus-prefixed-formatter v0.5.2
1717
gopkg.in/yaml.v2 v2.4.0
18-
gopkg.in/yaml.v3 v3.0.0-20190904155537-35294daf730c
18+
gopkg.in/yaml.v3 v3.0.1
1919
)
2020

2121
require (
22-
github.com/fsnotify/fsnotify v1.4.9 // indirect
22+
github.com/fsnotify/fsnotify v1.6.0 // indirect
2323
github.com/hashicorp/hcl v1.0.0 // indirect
2424
github.com/inconshreveable/mousetrap v1.0.0 // indirect
25-
github.com/magiconair/properties v1.8.1 // indirect
26-
github.com/mattn/go-colorable v0.1.1 // indirect
27-
github.com/mattn/go-isatty v0.0.7 // indirect
25+
github.com/magiconair/properties v1.8.7 // indirect
26+
github.com/mattn/go-colorable v0.1.13 // indirect
27+
github.com/mattn/go-isatty v0.0.17 // indirect
2828
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
29-
github.com/mitchellh/mapstructure v1.1.2 // indirect
29+
github.com/mitchellh/mapstructure v1.5.0 // indirect
3030
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3131
github.com/modern-go/reflect2 v1.0.2 // indirect
3232
github.com/nxadm/tail v1.4.8 // indirect
33-
github.com/pelletier/go-toml v1.3.0 // indirect
34-
github.com/spf13/afero v1.2.2 // indirect
35-
github.com/spf13/cast v1.3.0 // indirect
36-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
33+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
34+
github.com/sagikazarmark/locafero v0.3.0 // indirect
35+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
36+
github.com/sourcegraph/conc v0.3.0 // indirect
37+
github.com/spf13/afero v1.10.0 // indirect
38+
github.com/spf13/cast v1.5.1 // indirect
3739
github.com/spf13/pflag v1.0.5 // indirect
38-
github.com/subosito/gotenv v1.2.0 // indirect
39-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
40-
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
41-
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
42-
golang.org/x/text v0.3.6 // indirect
43-
gopkg.in/ini.v1 v1.57.0 // indirect
40+
github.com/subosito/gotenv v1.6.0 // indirect
41+
go.uber.org/atomic v1.9.0 // indirect
42+
go.uber.org/multierr v1.9.0 // indirect
43+
golang.org/x/crypto v0.13.0 // indirect
44+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
45+
golang.org/x/net v0.15.0 // indirect
46+
golang.org/x/sys v0.12.0 // indirect
47+
golang.org/x/term v0.12.0 // indirect
48+
golang.org/x/text v0.13.0 // indirect
49+
gopkg.in/ini.v1 v1.67.0 // indirect
4450
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
4551
)

0 commit comments

Comments
 (0)