Skip to content

Commit a6470c4

Browse files
build(deps): bump github.com/spf13/viper from 1.9.0 to 1.12.0 (get-woke#196)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.9.0...v1.12.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9db5310 commit a6470c4

File tree

2 files changed

+248
-51
lines changed

2 files changed

+248
-51
lines changed

Diff for: go.mod

+13-12
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/mitchellh/go-homedir v1.1.0
1313
github.com/rs/zerolog v1.27.0
1414
github.com/spf13/cobra v1.5.0
15-
github.com/spf13/viper v1.9.0
15+
github.com/spf13/viper v1.12.0
1616
github.com/stretchr/testify v1.8.0
1717
gopkg.in/yaml.v2 v2.4.0
1818
)
@@ -21,27 +21,28 @@ require (
2121
github.com/acomagu/bufpipe v1.0.3 // indirect
2222
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2323
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
2525
github.com/go-git/gcfg v1.5.0 // indirect
2626
github.com/go-git/go-git/v5 v5.4.2 // indirect
2727
github.com/hashicorp/hcl v1.0.0 // indirect
2828
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2929
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
3131
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
3435
github.com/pmezard/go-difflib v1.0.0 // indirect
3536
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
3839
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3940
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
4546
gopkg.in/warnings.v0 v0.1.2 // indirect
4647
gopkg.in/yaml.v3 v3.0.1 // indirect
4748
)

0 commit comments

Comments
 (0)