Skip to content

Commit 824e3a4

Browse files
chore: bump github.com/spf13/viper from 1.16.0 to 1.18.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.18.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.16.0...v1.18.1) --- 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 9c98068 commit 824e3a4

File tree

2 files changed

+43
-448
lines changed

2 files changed

+43
-448
lines changed

go.mod

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ require (
1010
github.com/sirupsen/logrus v1.9.3
1111
github.com/spf13/cobra v1.8.0
1212
github.com/spf13/pflag v1.0.5
13-
github.com/spf13/viper v1.16.0
13+
github.com/spf13/viper v1.18.1
1414
github.com/stretchr/testify v1.8.4
1515
gopkg.in/yaml.v2 v2.4.0
1616
gopkg.in/yaml.v3 v3.0.1
1717
)
1818

1919
require (
20-
github.com/davecgh/go-spew v1.1.1 // indirect
21-
github.com/fsnotify/fsnotify v1.6.0 // indirect
20+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
21+
github.com/fsnotify/fsnotify v1.7.0 // indirect
2222
github.com/ghodss/yaml v1.0.0 // indirect
2323
github.com/go-openapi/jsonpointer v0.20.0 // indirect
2424
github.com/go-openapi/swag v0.22.4 // indirect
@@ -31,12 +31,17 @@ require (
3131
github.com/mattn/go-isatty v0.0.19 // indirect
3232
github.com/mitchellh/mapstructure v1.5.0 // indirect
3333
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
34-
github.com/pmezard/go-difflib v1.0.0 // indirect
35-
github.com/spf13/afero v1.9.5 // indirect
36-
github.com/spf13/cast v1.5.1 // indirect
37-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
34+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
35+
github.com/sagikazarmark/locafero v0.4.0 // indirect
36+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
37+
github.com/sourcegraph/conc v0.3.0 // indirect
38+
github.com/spf13/afero v1.11.0 // indirect
39+
github.com/spf13/cast v1.6.0 // indirect
3840
github.com/subosito/gotenv v1.6.0 // indirect
39-
golang.org/x/sys v0.12.0 // indirect
40-
golang.org/x/text v0.13.0 // indirect
41+
go.uber.org/atomic v1.9.0 // indirect
42+
go.uber.org/multierr v1.9.0 // indirect
43+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
44+
golang.org/x/sys v0.15.0 // indirect
45+
golang.org/x/text v0.14.0 // indirect
4146
gopkg.in/ini.v1 v1.67.0 // indirect
4247
)

0 commit comments

Comments
 (0)