Skip to content

Commit a78223d

Browse files
Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#205)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.15.0...v1.16.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 18fdda4 commit a78223d

File tree

2 files changed

+478
-30
lines changed

2 files changed

+478
-30
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/mitchellh/go-homedir v1.1.0
88
github.com/spf13/cobra v1.7.0
99
github.com/spf13/pflag v1.0.5
10-
github.com/spf13/viper v1.15.0
10+
github.com/spf13/viper v1.16.0
1111
)
1212

1313
require (
@@ -16,13 +16,13 @@ require (
1616
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1717
github.com/magiconair/properties v1.8.7 // indirect
1818
github.com/mitchellh/mapstructure v1.5.0 // indirect
19-
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
20-
github.com/spf13/afero v1.9.3 // indirect
21-
github.com/spf13/cast v1.5.0 // indirect
19+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
20+
github.com/spf13/afero v1.9.5 // indirect
21+
github.com/spf13/cast v1.5.1 // indirect
2222
github.com/spf13/jwalterweatherman v1.1.0 // indirect
2323
github.com/subosito/gotenv v1.4.2 // indirect
24-
golang.org/x/sys v0.3.0 // indirect
25-
golang.org/x/text v0.5.0 // indirect
24+
golang.org/x/sys v0.8.0 // indirect
25+
golang.org/x/text v0.9.0 // indirect
2626
gopkg.in/ini.v1 v1.67.0 // indirect
2727
gopkg.in/yaml.v3 v3.0.1 // indirect
2828
)

0 commit comments

Comments
 (0)