Skip to content

Commit 05295fd

Browse files
Bump github.com/spf13/viper from 1.16.0 to 1.18.2
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.18.2. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.16.0...v1.18.2) --- 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 de8842d commit 05295fd

File tree

2 files changed

+793
-51
lines changed

2 files changed

+793
-51
lines changed

go.mod

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,29 @@ require (
88
github.com/sclevine/agouti v3.0.0+incompatible
99
github.com/sirupsen/logrus v1.9.3
1010
github.com/spf13/cobra v1.8.0
11-
github.com/spf13/viper v1.16.0
11+
github.com/spf13/viper v1.18.2
1212
)
1313

1414
require (
15-
github.com/fsnotify/fsnotify v1.6.0 // indirect
15+
github.com/fsnotify/fsnotify v1.7.0 // indirect
1616
github.com/hashicorp/hcl v1.0.0 // indirect
1717
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1818
github.com/magiconair/properties v1.8.7 // indirect
1919
github.com/mitchellh/mapstructure v1.5.0 // indirect
2020
github.com/onsi/ginkgo v1.16.5 // indirect
2121
github.com/onsi/gomega v1.19.0 // indirect
22-
github.com/spf13/afero v1.9.5 // indirect
23-
github.com/spf13/cast v1.5.1 // indirect
24-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
22+
github.com/sagikazarmark/locafero v0.4.0 // indirect
23+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
24+
github.com/sourcegraph/conc v0.3.0 // indirect
25+
github.com/spf13/afero v1.11.0 // indirect
26+
github.com/spf13/cast v1.6.0 // indirect
2527
github.com/spf13/pflag v1.0.5 // indirect
26-
github.com/subosito/gotenv v1.4.2 // indirect
27-
golang.org/x/sys v0.8.0 // indirect
28-
golang.org/x/text v0.9.0 // indirect
28+
github.com/subosito/gotenv v1.6.0 // indirect
29+
go.uber.org/atomic v1.9.0 // indirect
30+
go.uber.org/multierr v1.9.0 // indirect
31+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
32+
golang.org/x/sys v0.15.0 // indirect
33+
golang.org/x/text v0.14.0 // indirect
2934
gopkg.in/ini.v1 v1.67.0 // indirect
3035
gopkg.in/yaml.v3 v3.0.1 // indirect
3136
)

0 commit comments

Comments
 (0)