Skip to content

Commit c866578

Browse files
build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.17.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] <[email protected]>
1 parent 343e960 commit c866578

33 files changed

+1723
-1013
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/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
88
github.com/pkg/errors v0.9.1
99
github.com/sirupsen/logrus v1.9.3
10-
github.com/spf13/viper v1.17.0
10+
github.com/spf13/viper v1.18.1
1111
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
1212
github.com/urfave/cli/v2 v2.26.0
1313
github.com/vishvananda/netlink v1.1.0
@@ -16,25 +16,25 @@ require (
1616

1717
require (
1818
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
19-
github.com/fsnotify/fsnotify v1.6.0 // indirect
19+
github.com/fsnotify/fsnotify v1.7.0 // indirect
2020
github.com/hashicorp/hcl v1.0.0 // indirect
2121
github.com/magiconair/properties v1.8.7 // indirect
2222
github.com/mitchellh/mapstructure v1.5.0 // indirect
2323
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
2424
github.com/russross/blackfriday/v2 v2.1.0 // indirect
25-
github.com/sagikazarmark/locafero v0.3.0 // indirect
25+
github.com/sagikazarmark/locafero v0.4.0 // indirect
2626
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
2727
github.com/sourcegraph/conc v0.3.0 // indirect
28-
github.com/spf13/afero v1.10.0 // indirect
29-
github.com/spf13/cast v1.5.1 // indirect
28+
github.com/spf13/afero v1.11.0 // indirect
29+
github.com/spf13/cast v1.6.0 // indirect
3030
github.com/spf13/pflag v1.0.5 // indirect
3131
github.com/subosito/gotenv v1.6.0 // indirect
3232
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
3333
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
3434
go.uber.org/atomic v1.9.0 // indirect
3535
go.uber.org/multierr v1.9.0 // indirect
3636
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
37-
golang.org/x/text v0.13.0 // indirect
37+
golang.org/x/text v0.14.0 // indirect
3838
gopkg.in/ini.v1 v1.67.0 // indirect
3939
gopkg.in/yaml.v3 v3.0.1 // indirect
4040
)

go.sum

Lines changed: 13 additions & 441 deletions
Large diffs are not rendered by default.

vendor/github.com/fsnotify/fsnotify/.cirrus.yml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/CHANGELOG.md

Lines changed: 77 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/README.md

Lines changed: 52 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)