Skip to content

Commit 758ffc1

Browse files
deps: 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 6d0fad1 commit 758ffc1

File tree

2 files changed

+32
-341
lines changed

2 files changed

+32
-341
lines changed

go.mod

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ require (
3333
github.com/prometheus/client_model v0.4.0
3434
github.com/spf13/cobra v1.8.0
3535
github.com/spf13/pflag v1.0.5
36-
github.com/spf13/viper v1.16.0
36+
github.com/spf13/viper v1.18.2
3737
github.com/stretchr/testify v1.8.4
3838
go.uber.org/zap v1.26.0
3939
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
4040
golang.org/x/sys v0.15.0
41-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect
41+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
4242
google.golang.org/grpc v1.59.0
4343
google.golang.org/protobuf v1.31.0
4444
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@@ -61,7 +61,7 @@ require (
6161
github.com/cespare/xxhash/v2 v2.2.0 // indirect
6262
github.com/containerd/cgroups v1.1.0 // indirect
6363
github.com/coreos/go-iptables v0.7.0
64-
github.com/davecgh/go-spew v1.1.1 // indirect
64+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6565
github.com/docker/docker v24.0.7+incompatible // indirect
6666
github.com/docker/go-connections v0.4.0 // indirect
6767
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
@@ -96,13 +96,12 @@ require (
9696
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9797
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
9898
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
99-
github.com/pmezard/go-difflib v1.0.0 // indirect
99+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
100100
github.com/prometheus/common v0.44.0 // indirect
101101
github.com/prometheus/procfs v0.11.1 // indirect
102102
github.com/sirupsen/logrus v1.9.3
103-
github.com/spf13/afero v1.9.5 // indirect
104-
github.com/spf13/cast v1.5.1 // indirect
105-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
103+
github.com/spf13/afero v1.11.0 // indirect
104+
github.com/spf13/cast v1.6.0 // indirect
106105
github.com/subosito/gotenv v1.6.0 // indirect
107106
github.com/valyala/bytebufferpool v1.0.0 // indirect
108107
github.com/valyala/fasttemplate v1.2.2 // indirect
@@ -112,7 +111,7 @@ require (
112111
go.uber.org/multierr v1.11.0 // indirect
113112
golang.org/x/crypto v0.17.0
114113
golang.org/x/net v0.19.0 // indirect
115-
golang.org/x/oauth2 v0.12.0 // indirect
114+
golang.org/x/oauth2 v0.15.0 // indirect
116115
golang.org/x/term v0.15.0 // indirect
117116
golang.org/x/text v0.14.0 // indirect
118117
golang.org/x/time v0.5.0 // indirect
@@ -144,6 +143,9 @@ require (
144143
github.com/gorilla/websocket v1.5.0 // indirect
145144
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
146145
github.com/rootless-containers/rootlesskit v1.1.1 // indirect
146+
github.com/sagikazarmark/locafero v0.4.0 // indirect
147+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
148+
github.com/sourcegraph/conc v0.3.0 // indirect
147149
)
148150

149151
replace (

0 commit comments

Comments
 (0)