Skip to content

Commit 555af0b

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 9dec242 commit 555af0b

File tree

2 files changed

+83
-130
lines changed

2 files changed

+83
-130
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ require (
1515
github.com/onsi/gomega v1.18.1
1616
github.com/spf13/cobra v1.2.1
1717
github.com/spf13/pflag v1.0.5
18-
github.com/spf13/viper v1.9.0
19-
github.com/stretchr/testify v1.7.0
18+
github.com/spf13/viper v1.15.0
19+
github.com/stretchr/testify v1.8.1
2020
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
21-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
21+
gopkg.in/yaml.v3 v3.0.1
2222
)
2323

2424
require (
@@ -27,7 +27,7 @@ require (
2727
github.com/acomagu/bufpipe v1.0.3 // indirect
2828
github.com/davecgh/go-spew v1.1.1 // indirect
2929
github.com/emirpasic/gods v1.12.0 // indirect
30-
github.com/fsnotify/fsnotify v1.5.1 // indirect
30+
github.com/fsnotify/fsnotify v1.6.0 // indirect
3131
github.com/go-git/gcfg v1.5.0 // indirect
3232
github.com/go-git/go-billy/v5 v5.3.1 // indirect
3333
github.com/golang/protobuf v1.5.2 // indirect
@@ -39,30 +39,30 @@ require (
3939
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4040
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
4141
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
42-
github.com/magiconair/properties v1.8.5 // indirect
43-
github.com/mattn/go-colorable v0.1.6 // indirect
44-
github.com/mattn/go-isatty v0.0.12 // indirect
42+
github.com/magiconair/properties v1.8.7 // indirect
43+
github.com/mattn/go-colorable v0.1.12 // indirect
44+
github.com/mattn/go-isatty v0.0.14 // indirect
4545
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
46-
github.com/mitchellh/mapstructure v1.4.2 // indirect
46+
github.com/mitchellh/mapstructure v1.5.0 // indirect
4747
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
4848
github.com/nxadm/tail v1.4.8 // indirect
49-
github.com/pelletier/go-toml v1.9.4 // indirect
49+
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
5050
github.com/pmezard/go-difflib v1.0.0 // indirect
5151
github.com/sergi/go-diff v1.1.0 // indirect
52-
github.com/spf13/afero v1.6.0 // indirect
53-
github.com/spf13/cast v1.4.1 // indirect
52+
github.com/spf13/afero v1.9.3 // indirect
53+
github.com/spf13/cast v1.5.0 // indirect
5454
github.com/spf13/jwalterweatherman v1.1.0 // indirect
55-
github.com/subosito/gotenv v1.2.0 // indirect
55+
github.com/subosito/gotenv v1.4.2 // indirect
5656
github.com/xanzy/ssh-agent v0.3.0 // indirect
57-
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
58-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
59-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
60-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
61-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
62-
golang.org/x/text v0.3.7 // indirect
57+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
58+
golang.org/x/net v0.4.0 // indirect
59+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
60+
golang.org/x/sys v0.3.0 // indirect
61+
golang.org/x/term v0.3.0 // indirect
62+
golang.org/x/text v0.5.0 // indirect
6363
google.golang.org/appengine v1.6.7 // indirect
64-
google.golang.org/protobuf v1.27.1 // indirect
65-
gopkg.in/ini.v1 v1.63.2 // indirect
64+
google.golang.org/protobuf v1.28.1 // indirect
65+
gopkg.in/ini.v1 v1.67.0 // indirect
6666
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
6767
gopkg.in/warnings.v0 v0.1.2 // indirect
6868
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)