Skip to content

Commit 6ad3ee0

Browse files
dependabot[bot]danimo
authored andcommitted
chore(deps): bump github.com/spf13/viper from 1.13.0 to 1.17.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.13.0 to 1.17.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.13.0...v1.17.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]>
1 parent d18f5b6 commit 6ad3ee0

File tree

2 files changed

+53
-40
lines changed

2 files changed

+53
-40
lines changed

go.mod

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/b3scale/b3scale v0.0.0-20220928165050-72a0d45dd1d8
77
github.com/go-kit/kit v0.13.0
8-
github.com/spf13/viper v1.13.0
8+
github.com/spf13/viper v1.17.0
99
github.com/thcyron/skop/v2 v2.1.0
1010
k8s.io/api v0.28.4
1111
k8s.io/apimachinery v0.28.4
@@ -14,9 +14,9 @@ require (
1414

1515
require (
1616
github.com/Masterminds/squirrel v1.5.3 // indirect
17-
github.com/davecgh/go-spew v1.1.1 // indirect
17+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1818
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
19-
github.com/fsnotify/fsnotify v1.5.4 // indirect
19+
github.com/fsnotify/fsnotify v1.6.0 // indirect
2020
github.com/go-kit/log v0.2.1 // indirect
2121
github.com/go-logfmt/logfmt v0.5.1 // indirect
2222
github.com/go-logr/logr v1.2.4 // indirect
@@ -47,27 +47,31 @@ require (
4747
github.com/labstack/gommon v0.3.1 // indirect
4848
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
4949
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
50-
github.com/magiconair/properties v1.8.6 // indirect
50+
github.com/magiconair/properties v1.8.7 // indirect
5151
github.com/mailru/easyjson v0.7.7 // indirect
5252
github.com/mattn/go-colorable v0.1.13 // indirect
53-
github.com/mattn/go-isatty v0.0.16 // indirect
53+
github.com/mattn/go-isatty v0.0.17 // indirect
5454
github.com/mitchellh/mapstructure v1.5.0 // indirect
5555
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5656
github.com/modern-go/reflect2 v1.0.2 // indirect
5757
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
58-
github.com/pelletier/go-toml v1.9.5 // indirect
59-
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
58+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
6059
github.com/rs/zerolog v1.28.0 // indirect
61-
github.com/spf13/afero v1.9.2 // indirect
62-
github.com/spf13/cast v1.5.0 // indirect
63-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
60+
github.com/sagikazarmark/locafero v0.3.0 // indirect
61+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
62+
github.com/sourcegraph/conc v0.3.0 // indirect
63+
github.com/spf13/afero v1.10.0 // indirect
64+
github.com/spf13/cast v1.5.1 // indirect
6465
github.com/spf13/pflag v1.0.5 // indirect
65-
github.com/subosito/gotenv v1.4.1 // indirect
66+
github.com/subosito/gotenv v1.6.0 // indirect
6667
github.com/valyala/bytebufferpool v1.0.0 // indirect
6768
github.com/valyala/fasttemplate v1.2.1 // indirect
69+
go.uber.org/atomic v1.9.0 // indirect
70+
go.uber.org/multierr v1.9.0 // indirect
6871
golang.org/x/crypto v0.14.0 // indirect
72+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
6973
golang.org/x/net v0.17.0 // indirect
70-
golang.org/x/oauth2 v0.8.0 // indirect
74+
golang.org/x/oauth2 v0.12.0 // indirect
7175
golang.org/x/sys v0.13.0 // indirect
7276
golang.org/x/term v0.13.0 // indirect
7377
golang.org/x/text v0.13.0 // indirect

0 commit comments

Comments
 (0)