Skip to content

Commit 98220e9

Browse files
Bump github.com/spf13/viper from 1.19.0 to 1.20.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.19.0...v1.20.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 f38ae18 commit 98220e9

File tree

2 files changed

+83
-100
lines changed

2 files changed

+83
-100
lines changed

go.mod

Lines changed: 25 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/kubeflow/spark-operator
33
go 1.24.1
44

55
require (
6-
cloud.google.com/go/storage v1.45.0
6+
cloud.google.com/go/storage v1.49.0
77
github.com/aws/aws-sdk-go-v2 v1.36.3
88
github.com/aws/aws-sdk-go-v2/config v1.29.9
99
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.2
@@ -15,13 +15,13 @@ require (
1515
github.com/prometheus/client_golang v1.21.1
1616
github.com/robfig/cron/v3 v3.0.1
1717
github.com/spf13/cobra v1.8.1
18-
github.com/spf13/viper v1.19.0
18+
github.com/spf13/viper v1.20.1
1919
github.com/stretchr/testify v1.10.0
2020
go.uber.org/zap v1.27.0
2121
gocloud.dev v0.40.0
2222
golang.org/x/mod v0.23.0
2323
golang.org/x/net v0.37.0
24-
golang.org/x/time v0.7.0
24+
golang.org/x/time v0.8.0
2525
helm.sh/helm/v3 v3.17.3
2626
k8s.io/api v0.32.2
2727
k8s.io/apiextensions-apiserver v0.32.2
@@ -36,17 +36,17 @@ require (
3636

3737
require (
3838
cel.dev/expr v0.18.0 // indirect
39-
cloud.google.com/go v0.115.1 // indirect
40-
cloud.google.com/go/auth v0.9.3 // indirect
41-
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
42-
cloud.google.com/go/compute/metadata v0.5.1 // indirect
43-
cloud.google.com/go/iam v1.2.1 // indirect
44-
cloud.google.com/go/monitoring v1.21.0 // indirect
39+
cloud.google.com/go v0.116.0 // indirect
40+
cloud.google.com/go/auth v0.13.0 // indirect
41+
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
42+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
43+
cloud.google.com/go/iam v1.2.2 // indirect
44+
cloud.google.com/go/monitoring v1.21.2 // indirect
4545
dario.cat/mergo v1.0.1 // indirect
4646
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
4747
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
4848
github.com/BurntSushi/toml v1.4.0 // indirect
49-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
49+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
5050
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
5151
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
5252
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -93,14 +93,14 @@ require (
9393
github.com/docker/go-connections v0.5.0 // indirect
9494
github.com/docker/go-metrics v0.0.1 // indirect
9595
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
96-
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
96+
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
9797
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
9898
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
9999
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
100100
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
101101
github.com/fatih/color v1.17.0 // indirect
102102
github.com/felixge/httpsnoop v1.0.4 // indirect
103-
github.com/fsnotify/fsnotify v1.7.0 // indirect
103+
github.com/fsnotify/fsnotify v1.8.0 // indirect
104104
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
105105
github.com/go-errors/errors v1.5.1 // indirect
106106
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
@@ -111,6 +111,7 @@ require (
111111
github.com/go-openapi/jsonreference v0.21.0 // indirect
112112
github.com/go-openapi/swag v0.23.0 // indirect
113113
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
114+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
114115
github.com/gobwas/glob v0.2.3 // indirect
115116
github.com/gogo/protobuf v1.3.2 // indirect
116117
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -124,14 +125,13 @@ require (
124125
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
125126
github.com/google/wire v0.6.0 // indirect
126127
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
127-
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
128+
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
128129
github.com/gorilla/mux v1.8.1 // indirect
129130
github.com/gorilla/websocket v1.5.3 // indirect
130131
github.com/gosuri/uitable v0.0.4 // indirect
131132
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
132133
github.com/hashicorp/errwrap v1.1.0 // indirect
133134
github.com/hashicorp/go-multierror v1.1.1 // indirect
134-
github.com/hashicorp/hcl v1.0.0 // indirect
135135
github.com/huandu/xstrings v1.5.0 // indirect
136136
github.com/inconshreveable/mousetrap v1.1.0 // indirect
137137
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -143,14 +143,12 @@ require (
143143
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
144144
github.com/lib/pq v1.10.9 // indirect
145145
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
146-
github.com/magiconair/properties v1.8.7 // indirect
147146
github.com/mailru/easyjson v0.7.7 // indirect
148147
github.com/mattn/go-colorable v0.1.13 // indirect
149148
github.com/mattn/go-isatty v0.0.20 // indirect
150149
github.com/mattn/go-runewidth v0.0.15 // indirect
151150
github.com/mitchellh/copystructure v1.2.0 // indirect
152151
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
153-
github.com/mitchellh/mapstructure v1.5.0 // indirect
154152
github.com/mitchellh/reflectwalk v1.0.2 // indirect
155153
github.com/moby/locker v1.0.1 // indirect
156154
github.com/moby/spdystream v0.5.0 // indirect
@@ -162,7 +160,7 @@ require (
162160
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
163161
github.com/opencontainers/go-digest v1.0.0 // indirect
164162
github.com/opencontainers/image-spec v1.1.0 // indirect
165-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
163+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
166164
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
167165
github.com/pkg/errors v0.9.1 // indirect
168166
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
@@ -173,14 +171,13 @@ require (
173171
github.com/rivo/uniseg v0.4.7 // indirect
174172
github.com/rubenv/sql-migrate v1.7.1 // indirect
175173
github.com/russross/blackfriday/v2 v2.1.0 // indirect
176-
github.com/sagikazarmark/locafero v0.6.0 // indirect
177-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
174+
github.com/sagikazarmark/locafero v0.7.0 // indirect
178175
github.com/shopspring/decimal v1.4.0 // indirect
179176
github.com/sirupsen/logrus v1.9.3 // indirect
180177
github.com/sourcegraph/conc v0.3.0 // indirect
181-
github.com/spf13/afero v1.11.0 // indirect
182-
github.com/spf13/cast v1.7.0 // indirect
183-
github.com/spf13/pflag v1.0.5 // indirect
178+
github.com/spf13/afero v1.12.0 // indirect
179+
github.com/spf13/cast v1.7.1 // indirect
180+
github.com/spf13/pflag v1.0.6 // indirect
184181
github.com/subosito/gotenv v1.6.0 // indirect
185182
github.com/x448/float16 v0.8.4 // indirect
186183
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -198,25 +195,22 @@ require (
198195
go.opentelemetry.io/otel/trace v1.29.0 // indirect
199196
go.uber.org/multierr v1.11.0 // indirect
200197
golang.org/x/crypto v0.36.0 // indirect
201-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
202-
golang.org/x/oauth2 v0.24.0 // indirect
198+
golang.org/x/oauth2 v0.25.0 // indirect
203199
golang.org/x/sync v0.12.0 // indirect
204200
golang.org/x/sys v0.31.0 // indirect
205201
golang.org/x/term v0.30.0 // indirect
206202
golang.org/x/text v0.23.0 // indirect
207203
golang.org/x/tools v0.26.0 // indirect
208204
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
209205
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
210-
google.golang.org/api v0.197.0 // indirect
211-
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
212-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
213-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
214-
google.golang.org/grpc v1.66.2 // indirect
215-
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
206+
google.golang.org/api v0.215.0 // indirect
207+
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
208+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
209+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
210+
google.golang.org/grpc v1.67.3 // indirect
216211
google.golang.org/protobuf v1.36.1 // indirect
217212
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
218213
gopkg.in/inf.v0 v0.9.1 // indirect
219-
gopkg.in/ini.v1 v1.67.0 // indirect
220214
gopkg.in/yaml.v3 v3.0.1 // indirect
221215
k8s.io/apiserver v0.32.2 // indirect
222216
k8s.io/cli-runtime v0.32.2 // indirect

0 commit comments

Comments
 (0)