Skip to content

Commit 02173e1

Browse files
chore(deps): 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-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee31dfb commit 02173e1

File tree

2 files changed

+144
-107
lines changed

2 files changed

+144
-107
lines changed

go.mod

+46-35
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/onsi/gomega v1.31.1
99
github.com/openshift/api v0.0.0-20200713203337-b2494ecb17dd
1010
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.64.1
11-
github.com/spf13/viper v1.19.0
12-
github.com/stretchr/testify v1.9.0
13-
google.golang.org/grpc v1.64.1 // indirect
14-
google.golang.org/protobuf v1.34.2 // indirect
11+
github.com/spf13/viper v1.20.1
12+
github.com/stretchr/testify v1.10.0
13+
google.golang.org/grpc v1.67.3 // indirect
14+
google.golang.org/protobuf v1.36.1 // indirect
1515
k8s.io/api v0.29.2
1616
k8s.io/apimachinery v0.29.2
1717
k8s.io/client-go v0.29.2
@@ -20,52 +20,63 @@ require (
2020
)
2121

2222
require (
23+
cel.dev/expr v0.16.1 // indirect
24+
cloud.google.com/go/auth v0.13.0 // indirect
25+
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
26+
cloud.google.com/go/monitoring v1.21.2 // indirect
27+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
28+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
29+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
2330
github.com/blang/semver/v4 v4.0.0 // indirect
31+
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
32+
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
33+
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
34+
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
2435
github.com/felixge/httpsnoop v1.0.4 // indirect
2536
github.com/go-logr/stdr v1.2.2 // indirect
37+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
2638
github.com/google/gnostic-models v0.6.8 // indirect
2739
github.com/gorilla/websocket v1.5.1 // indirect
28-
github.com/hashicorp/hcl v1.0.0 // indirect
29-
github.com/magiconair/properties v1.8.7 // indirect
3040
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
31-
github.com/mitchellh/mapstructure v1.5.0 // indirect
3241
github.com/moby/spdystream v0.2.0 // indirect
3342
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
34-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
43+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
44+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
3545
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3646
github.com/rogpeppe/go-internal v1.11.0 // indirect
37-
github.com/sagikazarmark/locafero v0.4.0 // indirect
38-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
47+
github.com/sagikazarmark/locafero v0.7.0 // indirect
3948
github.com/sourcegraph/conc v0.3.0 // indirect
40-
github.com/spf13/afero v1.11.0 // indirect
41-
github.com/spf13/cast v1.6.0 // indirect
49+
github.com/spf13/afero v1.12.0 // indirect
50+
github.com/spf13/cast v1.7.1 // indirect
4251
github.com/subosito/gotenv v1.6.0 // indirect
43-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
44-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
45-
go.opentelemetry.io/otel v1.24.0 // indirect
46-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
47-
go.opentelemetry.io/otel/trace v1.24.0 // indirect
52+
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
53+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
54+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
55+
go.opentelemetry.io/otel v1.29.0 // indirect
56+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
57+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
58+
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
59+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
4860
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
4961
golang.org/x/sync v0.11.0 // indirect
50-
gopkg.in/ini.v1 v1.67.0 // indirect
5162
k8s.io/apiserver v0.29.1 // indirect
5263
sigs.k8s.io/jobset v0.3.1 // indirect
5364
)
5465

5566
require (
56-
cloud.google.com/go v0.112.1 // indirect
57-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
58-
cloud.google.com/go/iam v1.1.6 // indirect
59-
cloud.google.com/go/storage v1.38.0 // indirect
67+
cloud.google.com/go v0.116.0 // indirect
68+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
69+
cloud.google.com/go/iam v1.2.2 // indirect
70+
cloud.google.com/go/storage v1.49.0 // indirect
6071
github.com/aws/aws-sdk-go v1.48.0 // indirect
6172
github.com/beorn7/perks v1.0.1 // indirect
6273
github.com/blendle/zapdriver v1.3.1 // indirect
63-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
74+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6475
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6576
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
6677
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
6778
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
68-
github.com/fsnotify/fsnotify v1.7.0 // indirect
79+
github.com/fsnotify/fsnotify v1.8.0 // indirect
6980
github.com/go-logr/logr v1.4.2
7081
github.com/go-logr/zapr v1.3.0 // indirect
7182
github.com/go-openapi/jsonpointer v0.20.0 // indirect
@@ -79,10 +90,10 @@ require (
7990
github.com/google/go-containerregistry v0.16.1 // indirect
8091
github.com/google/gofuzz v1.2.0 // indirect
8192
github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
82-
github.com/google/s2a-go v0.1.7 // indirect
93+
github.com/google/s2a-go v0.1.8 // indirect
8394
github.com/google/uuid v1.6.0
84-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
85-
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
95+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
96+
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
8697
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect
8798
github.com/imdario/mergo v0.3.16 // indirect
8899
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -95,26 +106,26 @@ require (
95106
github.com/opencontainers/go-digest v1.0.0 // indirect
96107
github.com/pkg/errors v0.9.1 // indirect
97108
github.com/prometheus/client_golang v1.18.0 // indirect
98-
github.com/prometheus/client_model v0.5.0 // indirect
109+
github.com/prometheus/client_model v0.6.0 // indirect
99110
github.com/prometheus/common v0.45.0 // indirect
100111
github.com/prometheus/procfs v0.12.0 // indirect
101-
github.com/spf13/pflag v1.0.5 // indirect
112+
github.com/spf13/pflag v1.0.6 // indirect
102113
go.opencensus.io v0.24.0 // indirect
103114
go.uber.org/multierr v1.11.0 // indirect
104115
go.uber.org/zap v1.27.0 // indirect
105116
golang.org/x/crypto v0.35.0 // indirect
106117
golang.org/x/net v0.33.0 // indirect
107-
golang.org/x/oauth2 v0.18.0 // indirect
118+
golang.org/x/oauth2 v0.25.0 // indirect
108119
golang.org/x/sys v0.30.0 // indirect
109120
golang.org/x/term v0.29.0 // indirect
110121
golang.org/x/text v0.22.0 // indirect
111-
golang.org/x/time v0.5.0 // indirect
122+
golang.org/x/time v0.8.0 // indirect
112123
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
113124
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
114-
google.golang.org/api v0.171.0 // indirect
115-
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
116-
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
117-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
125+
google.golang.org/api v0.215.0 // indirect
126+
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
127+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
128+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
118129
gopkg.in/inf.v0 v0.9.1 // indirect
119130
gopkg.in/yaml.v2 v2.4.0 // indirect
120131
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)