Skip to content

Commit 2a301a7

Browse files
Bump github.com/spf13/viper from 1.9.0 to 1.15.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.15.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.9.0...v1.15.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b80f4f5 commit 2a301a7

File tree

2 files changed

+73
-163
lines changed

2 files changed

+73
-163
lines changed

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/onsi/gomega v1.18.1
1717
github.com/spf13/cobra v1.2.1
1818
github.com/spf13/pflag v1.0.5
19-
github.com/spf13/viper v1.9.0
19+
github.com/spf13/viper v1.15.0
2020
github.com/stretchr/testify v1.8.1
2121
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
2222
gopkg.in/yaml.v3 v3.0.1
@@ -27,7 +27,7 @@ require (
2727
github.com/creack/pty v1.1.17
2828
)
2929

30-
require github.com/prometheus/client_golang v1.11.1 // indirect
30+
require github.com/pelletier/go-toml/v2 v2.0.6 // indirect
3131

3232
require (
3333
github.com/Microsoft/go-winio v0.4.16 // indirect
@@ -37,7 +37,7 @@ require (
3737
github.com/blang/semver/v4 v4.0.0
3838
github.com/davecgh/go-spew v1.1.1 // indirect
3939
github.com/emirpasic/gods v1.12.0 // indirect
40-
github.com/fsnotify/fsnotify v1.5.1 // indirect
40+
github.com/fsnotify/fsnotify v1.6.0 // indirect
4141
github.com/go-git/gcfg v1.5.0 // indirect
4242
github.com/go-git/go-billy/v5 v5.3.1 // indirect
4343
github.com/golang/protobuf v1.5.2 // indirect
@@ -49,30 +49,29 @@ require (
4949
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5050
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
5151
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
52-
github.com/magiconair/properties v1.8.5 // indirect
53-
github.com/mattn/go-colorable v0.1.6 // indirect
54-
github.com/mattn/go-isatty v0.0.12 // indirect
52+
github.com/magiconair/properties v1.8.7 // indirect
53+
github.com/mattn/go-colorable v0.1.12 // indirect
54+
github.com/mattn/go-isatty v0.0.14 // indirect
5555
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
56-
github.com/mitchellh/mapstructure v1.4.2 // indirect
56+
github.com/mitchellh/mapstructure v1.5.0 // indirect
5757
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
5858
github.com/nxadm/tail v1.4.8 // indirect
59-
github.com/pelletier/go-toml v1.9.4 // indirect
6059
github.com/pmezard/go-difflib v1.0.0 // indirect
6160
github.com/sergi/go-diff v1.1.0 // indirect
62-
github.com/spf13/afero v1.6.0
63-
github.com/spf13/cast v1.4.1 // indirect
61+
github.com/spf13/afero v1.9.3
62+
github.com/spf13/cast v1.5.0 // indirect
6463
github.com/spf13/jwalterweatherman v1.1.0 // indirect
65-
github.com/subosito/gotenv v1.2.0 // indirect
64+
github.com/subosito/gotenv v1.4.2 // indirect
6665
github.com/xanzy/ssh-agent v0.3.0 // indirect
67-
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
68-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
69-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
70-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
71-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
72-
golang.org/x/text v0.3.8 // indirect
66+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
67+
golang.org/x/net v0.4.0
68+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
69+
golang.org/x/sys v0.3.0 // indirect
70+
golang.org/x/term v0.3.0 // indirect
71+
golang.org/x/text v0.5.0 // indirect
7372
google.golang.org/appengine v1.6.7 // indirect
74-
google.golang.org/protobuf v1.27.1 // indirect
75-
gopkg.in/ini.v1 v1.63.2 // indirect
73+
google.golang.org/protobuf v1.28.1 // indirect
74+
gopkg.in/ini.v1 v1.67.0 // indirect
7675
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
7776
gopkg.in/warnings.v0 v0.1.2 // indirect
7877
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)