Skip to content

Commit e662b4f

Browse files
deps: 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] <[email protected]>
1 parent 3362e36 commit e662b4f

File tree

2 files changed

+56
-366
lines changed

2 files changed

+56
-366
lines changed

go.mod

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/golang/protobuf v1.5.3
2121
github.com/google/gnostic-models v0.6.8 // indirect
2222
github.com/google/go-cmp v0.5.9
23-
github.com/google/uuid v1.3.1
23+
github.com/google/uuid v1.4.0
2424
github.com/gorilla/mux v1.8.0
2525
github.com/hashicorp/go-version v1.6.0
2626
github.com/microsoft/ApplicationInsights-Go v0.4.4
@@ -33,12 +33,12 @@ require (
3333
github.com/prometheus/client_model v0.4.0
3434
github.com/spf13/cobra v1.7.0
3535
github.com/spf13/pflag v1.0.5
36-
github.com/spf13/viper v1.16.0
36+
github.com/spf13/viper v1.18.1
3737
github.com/stretchr/testify v1.8.4
3838
go.uber.org/zap v1.25.0
3939
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
40-
golang.org/x/sys v0.13.0
41-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect
40+
golang.org/x/sys v0.15.0
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,11 +61,11 @@ 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
68-
github.com/fsnotify/fsnotify v1.6.0
68+
github.com/fsnotify/fsnotify v1.7.0
6969
github.com/go-logr/logr v1.2.4 // indirect
7070
github.com/go-openapi/jsonpointer v0.20.0 // indirect
7171
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -96,26 +96,25 @@ 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
109108
github.com/vishvananda/netlink v1.2.1-beta.2
110109
github.com/vishvananda/netns v0.0.4
111110
go.opencensus.io v0.24.0 // indirect
112111
go.uber.org/multierr v1.11.0 // indirect
113-
golang.org/x/crypto v0.14.0
114-
golang.org/x/net v0.17.0 // indirect
115-
golang.org/x/oauth2 v0.12.0 // indirect
116-
golang.org/x/term v0.13.0 // indirect
117-
golang.org/x/text v0.13.0 // indirect
118-
golang.org/x/time v0.3.0 // indirect
112+
golang.org/x/crypto v0.16.0
113+
golang.org/x/net v0.19.0 // indirect
114+
golang.org/x/oauth2 v0.15.0 // indirect
115+
golang.org/x/term v0.15.0 // indirect
116+
golang.org/x/text v0.14.0 // indirect
117+
golang.org/x/time v0.5.0 // indirect
119118
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
120119
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
121120
google.golang.org/appengine v1.6.8 // indirect
@@ -141,6 +140,9 @@ require (
141140
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
142141
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
143142
github.com/rootless-containers/rootlesskit v1.1.1 // indirect
143+
github.com/sagikazarmark/locafero v0.4.0 // indirect
144+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
145+
github.com/sourcegraph/conc v0.3.0 // indirect
144146
)
145147

146148
replace (

0 commit comments

Comments
 (0)