Skip to content

Commit 30cde13

Browse files
Bump knative.dev/client from 0.39.0 to 0.45.0
Bumps [knative.dev/client](https://github.com/knative/client) from 0.39.0 to 0.45.0. - [Release notes](https://github.com/knative/client/releases) - [Changelog](https://github.com/knative/client/blob/main/CHANGELOG.adoc) - [Commits](knative/client@v0.39.0...v0.45.0) --- updated-dependencies: - dependency-name: knative.dev/client dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 001235e commit 30cde13

File tree

2 files changed

+284
-426
lines changed

2 files changed

+284
-426
lines changed

go.mod

Lines changed: 92 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/megaease/easegress/v2
22

3-
go 1.23.0
3+
go 1.24.0
44

55
toolchain go1.24.5
66

@@ -19,7 +19,7 @@ require (
1919
github.com/fsnotify/fsnotify v1.7.0
2020
github.com/go-chi/chi/v5 v5.0.10
2121
github.com/go-chi/cors v1.2.1
22-
github.com/go-logr/zapr v1.2.4
22+
github.com/go-logr/zapr v1.3.0
2323
github.com/go-task/slim-sprig v2.20.0+incompatible
2424
github.com/go-zookeeper/zk v1.0.3
2525
github.com/goccy/go-json v0.10.3
@@ -50,18 +50,18 @@ require (
5050
github.com/nacos-group/nacos-sdk-go/v2 v2.2.7
5151
github.com/nginxinc/nginx-go-crossplane v0.4.33
5252
github.com/open-policy-agent/opa v0.58.0
53-
github.com/openzipkin/zipkin-go v0.4.2
53+
github.com/openzipkin/zipkin-go v0.4.3
5454
github.com/patrickmn/go-cache v2.1.0+incompatible
5555
github.com/pgvector/pgvector-go v0.3.0
5656
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
57-
github.com/prometheus/client_golang v1.17.0
57+
github.com/prometheus/client_golang v1.22.0
5858
github.com/quic-go/quic-go v0.40.1
5959
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
6060
github.com/redis/rueidis v1.0.62
6161
github.com/rs/cors v1.11.0
6262
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
63-
github.com/spf13/cobra v1.7.0
64-
github.com/spf13/pflag v1.0.5
63+
github.com/spf13/cobra v1.8.1
64+
github.com/spf13/pflag v1.0.6
6565
github.com/spf13/viper v1.17.0
6666
github.com/stretchr/testify v1.10.0
6767
github.com/tcnksm/go-httpstat v0.2.1-0.20191008022543-e866bb274419
@@ -70,29 +70,28 @@ require (
7070
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
7171
github.com/xeipuuv/gojsonschema v1.2.1-0.20201027075954-b076d39a02e5
7272
github.com/yl2chen/cidranger v1.0.2
73-
go.etcd.io/etcd/api/v3 v3.5.10
74-
go.etcd.io/etcd/client/v3 v3.5.10
75-
go.etcd.io/etcd/server/v3 v3.5.10
73+
go.etcd.io/etcd/api/v3 v3.5.21
74+
go.etcd.io/etcd/client/v3 v3.5.21
75+
go.etcd.io/etcd/server/v3 v3.5.21
7676
go.opentelemetry.io/contrib/propagators/b3 v1.20.0
7777
go.opentelemetry.io/otel v1.37.0
7878
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
79-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
80-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
79+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
80+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0
8181
go.opentelemetry.io/otel/exporters/zipkin v1.19.0
8282
go.opentelemetry.io/otel/sdk v1.37.0
8383
go.opentelemetry.io/otel/trace v1.37.0
8484
go.uber.org/zap v1.27.0
85-
golang.org/x/crypto v0.37.0
86-
golang.org/x/net v0.38.0
87-
golang.org/x/sync v0.13.0
85+
golang.org/x/crypto v0.39.0
86+
golang.org/x/net v0.41.0
87+
golang.org/x/sync v0.15.0
8888
golang.org/x/sys v0.33.0
89-
k8s.io/api v0.28.3
90-
k8s.io/apimachinery v0.28.3
91-
k8s.io/client-go v0.28.3
92-
knative.dev/client v0.39.0
93-
knative.dev/serving v0.39.0
89+
k8s.io/api v0.33.1
90+
k8s.io/apimachinery v0.33.1
91+
k8s.io/client-go v0.33.1
92+
knative.dev/serving v0.46.0
9493
nhooyr.io/websocket v1.8.10
95-
sigs.k8s.io/gateway-api v1.0.0
94+
sigs.k8s.io/gateway-api v1.1.0
9695
)
9796

9897
require (
@@ -101,7 +100,7 @@ require (
101100
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0 // indirect
102101
github.com/Azure/azure-sdk-for-go/sdk/internal v1.4.0 // indirect
103102
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns v1.1.0 // indirect
104-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
103+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
105104
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0 // indirect
106105
github.com/Masterminds/goutils v1.1.1 // indirect
107106
github.com/Masterminds/semver v1.5.0 // indirect
@@ -112,9 +111,11 @@ require (
112111
github.com/alibabacloud-go/tea-utils v1.4.4 // indirect
113112
github.com/aliyun/alibabacloud-dkms-gcs-go-sdk v0.2.2 // indirect
114113
github.com/aliyun/alibabacloud-dkms-transfer-go-sdk v0.1.7 // indirect
115-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.19.0 // indirect
114+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
115+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 // indirect
116116
github.com/bahlo/generic-list-go v0.2.0 // indirect
117-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
117+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
118+
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
118119
github.com/containerd/errdefs v1.0.0 // indirect
119120
github.com/containerd/errdefs/pkg v0.3.0 // indirect
120121
github.com/containerd/log v0.1.0 // indirect
@@ -125,28 +126,29 @@ require (
125126
github.com/docker/go-connections v0.5.0 // indirect
126127
github.com/docker/go-units v0.5.0 // indirect
127128
github.com/ebitengine/purego v0.8.4 // indirect
128-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
129+
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
129130
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
130131
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
131132
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
132133
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
133134
github.com/felixge/httpsnoop v1.0.4 // indirect
135+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
134136
github.com/go-ini/ini v1.67.0 // indirect
135137
github.com/go-logr/stdr v1.2.2 // indirect
136138
github.com/go-ole/go-ole v1.2.6 // indirect
139+
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
137140
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
138-
github.com/google/gnostic-models v0.6.8 // indirect
139-
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
141+
github.com/google/gnostic-models v0.6.9 // indirect
142+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
140143
github.com/gorilla/mux v1.8.0 // indirect
141-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
144+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
142145
github.com/hashicorp/go-version v1.6.0 // indirect
143146
github.com/huandu/xstrings v1.4.0 // indirect
144147
github.com/jackc/pgpassfile v1.0.0 // indirect
145148
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
146149
github.com/jstemmer/go-junit-report v1.0.0 // indirect
147150
github.com/kylelemons/godebug v1.1.0 // indirect
148151
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
149-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
150152
github.com/maxbrunsfeld/counterfeiter/v6 v6.6.1 // indirect
151153
github.com/moby/docker-image-spec v1.3.1 // indirect
152154
github.com/moby/go-archive v0.1.0 // indirect
@@ -156,7 +158,7 @@ require (
156158
github.com/moby/sys/userns v0.1.0 // indirect
157159
github.com/moby/term v0.5.0 // indirect
158160
github.com/morikuni/aec v1.0.0 // indirect
159-
github.com/onsi/ginkgo/v2 v2.13.0 // indirect
161+
github.com/onsi/ginkgo/v2 v2.21.0 // indirect
160162
github.com/opencontainers/go-digest v1.0.0 // indirect
161163
github.com/opencontainers/image-spec v1.1.1 // indirect
162164
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
@@ -177,88 +179,76 @@ require (
177179
github.com/x448/float16 v0.8.4 // indirect
178180
github.com/yusufpapurcu/wmi v1.2.4 // indirect
179181
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
180-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
181-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
182+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
183+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
182184
go.opentelemetry.io/otel/metric v1.37.0 // indirect
183185
go.uber.org/mock v0.3.0 // indirect
184-
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
185-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
186+
go.yaml.in/yaml/v2 v2.4.2 // indirect
187+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
188+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
186189
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
187-
gopkg.in/evanphx/json-patch.v5 v5.7.0 // indirect
190+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
188191
gopkg.in/ldap.v2 v2.5.1 // indirect
192+
sigs.k8s.io/randfill v1.0.0 // indirect
189193
)
190194

191195
require (
192-
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
193-
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
194196
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
195197
github.com/OneOfOne/xxhash v1.2.8 // indirect
196198
github.com/aliyun/alibaba-cloud-sdk-go v1.62.596 // indirect
197-
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
198199
github.com/armon/go-metrics v0.4.1 // indirect
199-
github.com/aws/aws-sdk-go-v2 v1.22.1 // indirect
200-
github.com/aws/aws-sdk-go-v2/config v1.21.0 // indirect
201-
github.com/aws/aws-sdk-go-v2/credentials v1.15.0 // indirect
202-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.1 // indirect
203-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.1 // indirect
204-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.1 // indirect
205-
github.com/aws/aws-sdk-go-v2/internal/ini v1.5.0 // indirect
206-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.1 // indirect
200+
github.com/aws/aws-sdk-go-v2 v1.36.1 // indirect
201+
github.com/aws/aws-sdk-go-v2/config v1.29.6 // indirect
202+
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
203+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
204+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
205+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 // indirect
206+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
207+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
207208
github.com/aws/aws-sdk-go-v2/service/route53 v1.33.0 // indirect
208-
github.com/aws/aws-sdk-go-v2/service/sso v1.17.0 // indirect
209-
github.com/aws/aws-sdk-go-v2/service/sts v1.25.0 // indirect
210-
github.com/aws/smithy-go v1.16.0 // indirect
209+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 // indirect
210+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 // indirect
211+
github.com/aws/smithy-go v1.22.2 // indirect
211212
github.com/beorn7/perks v1.0.1 // indirect
212213
github.com/blendle/zapdriver v1.3.1 // indirect
213214
github.com/buger/jsonparser v1.1.1 // indirect
214215
github.com/buraksezer/consistent v0.10.0
215-
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
216216
github.com/cespare/xxhash/v2 v2.3.0 // indirect
217-
github.com/cloudevents/sdk-go/sql/v2 v2.14.0 // indirect
218-
github.com/cloudevents/sdk-go/v2 v2.14.0 // indirect
219217
github.com/coreos/go-semver v0.3.1 // indirect
220218
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
221219
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
222220
github.com/digitalocean/godo v1.105.0 // indirect
223221
github.com/dustin/go-humanize v1.0.1 // indirect
224-
github.com/eapache/go-resiliency v1.4.0 // indirect
222+
github.com/eapache/go-resiliency v1.6.0 // indirect
225223
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
226224
github.com/eapache/queue v1.1.0 // indirect
227-
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
228-
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
229-
github.com/go-errors/errors v1.5.1 // indirect
230-
github.com/go-kit/log v0.2.1 // indirect
231-
github.com/go-logfmt/logfmt v0.6.0 // indirect
225+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
232226
github.com/go-logr/logr v1.4.3 // indirect
233-
github.com/go-openapi/jsonpointer v0.20.0 // indirect
234-
github.com/go-openapi/jsonreference v0.20.2 // indirect
235-
github.com/go-openapi/swag v0.22.4 // indirect
227+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
228+
github.com/go-openapi/jsonreference v0.21.0 // indirect
229+
github.com/go-openapi/swag v0.23.0 // indirect
236230
github.com/gobwas/glob v0.2.3 // indirect
237231
github.com/gogo/protobuf v1.3.2 // indirect
238-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
239232
github.com/golang/mock v1.6.0 // indirect
240233
github.com/golang/protobuf v1.5.4 // indirect
241234
github.com/golang/snappy v0.0.4 // indirect
242-
github.com/google/btree v1.1.2 // indirect
235+
github.com/google/btree v1.1.3 // indirect
243236
github.com/google/go-cmp v0.7.0 // indirect
244-
github.com/google/go-containerregistry v0.16.1 // indirect
237+
github.com/google/go-containerregistry v0.20.3 // indirect
245238
github.com/google/go-querystring v1.1.0 // indirect
246-
github.com/google/gofuzz v1.2.0 // indirect
247-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
248-
github.com/gorilla/websocket v1.5.3
249-
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
239+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
250240
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
251241
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
252242
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
253243
github.com/hashicorp/errwrap v1.1.0 // indirect
254244
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
255-
github.com/hashicorp/go-hclog v1.5.0 // indirect
245+
github.com/hashicorp/go-hclog v1.6.3 // indirect
256246
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
257247
github.com/hashicorp/go-multierror v1.1.1 // indirect
258-
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
248+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
259249
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
260250
github.com/hashicorp/go-uuid v1.0.3 // indirect
261-
github.com/hashicorp/hcl v1.0.0 // indirect
251+
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
262252
github.com/hashicorp/serf v0.10.1 // indirect
263253
github.com/imdario/mergo v0.3.16 // indirect
264254
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -271,32 +261,24 @@ require (
271261
github.com/jonboulle/clockwork v0.4.0 // indirect
272262
github.com/josharian/intern v1.0.0 // indirect
273263
github.com/json-iterator/go v1.1.12 // indirect
274-
github.com/kelseyhightower/envconfig v1.4.0 // indirect
275264
github.com/klauspost/compress v1.18.0 // indirect
276-
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
277265
github.com/magiconair/properties v1.8.10 // indirect
278-
github.com/mailru/easyjson v0.7.7 // indirect
266+
github.com/mailru/easyjson v0.9.0 // indirect
279267
github.com/mattn/go-colorable v0.1.13 // indirect
280268
github.com/mattn/go-isatty v0.0.20 // indirect
281-
github.com/miekg/dns v1.1.56 // indirect
269+
github.com/miekg/dns v1.1.58 // indirect
282270
github.com/mitchellh/go-homedir v1.1.0 // indirect
283271
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
284272
github.com/modern-go/reflect2 v1.0.2 // indirect
285-
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
286273
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
287274
github.com/nrdcg/dnspod-go v0.4.0 // indirect
288275
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
289-
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
290-
github.com/pierrec/lz4/v4 v4.1.18 // indirect
276+
github.com/pierrec/lz4/v4 v4.1.21 // indirect
291277
github.com/pkg/errors v0.9.1 // indirect
292278
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
293-
github.com/prometheus/client_model v0.5.0 // indirect
294-
github.com/prometheus/common v0.45.0 // indirect
295-
github.com/prometheus/procfs v0.12.0 // indirect
296-
github.com/prometheus/statsd_exporter v0.25.0 // indirect
297-
github.com/rickb777/date v1.20.5 // indirect
298-
github.com/rickb777/plural v1.4.1 // indirect
299-
github.com/robfig/cron/v3 v3.0.1 // indirect
279+
github.com/prometheus/client_model v0.6.2 // indirect
280+
github.com/prometheus/common v0.65.0 // indirect
281+
github.com/prometheus/procfs v0.16.1 // indirect
300282
github.com/sirupsen/logrus v1.9.3 // indirect
301283
github.com/soheilhy/cmux v0.1.5 // indirect
302284
github.com/spaolacci/murmur3 v1.1.0
@@ -307,48 +289,38 @@ require (
307289
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
308290
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
309291
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
310-
github.com/xlab/treeprint v1.2.0 // indirect
311292
github.com/yashtewari/glob-intersection v0.2.0 // indirect
312-
go.etcd.io/bbolt v1.3.8 // indirect
313-
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
314-
go.etcd.io/etcd/client/v2 v2.305.10 // indirect
315-
go.etcd.io/etcd/pkg/v3 v3.5.10 // indirect
316-
go.etcd.io/etcd/raft/v3 v3.5.10 // indirect
317-
go.opencensus.io v0.24.0 // indirect
318-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 // indirect
319-
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
320-
go.starlark.net v0.0.0-20231101134539-556fd59b42f6 // indirect
293+
go.etcd.io/bbolt v1.3.11 // indirect
294+
go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
295+
go.etcd.io/etcd/client/v2 v2.305.21 // indirect
296+
go.etcd.io/etcd/pkg/v3 v3.5.21 // indirect
297+
go.etcd.io/etcd/raft/v3 v3.5.21 // indirect
298+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
299+
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
321300
go.uber.org/atomic v1.11.0 // indirect
322301
go.uber.org/multierr v1.11.0 // indirect
323-
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
324-
golang.org/x/mod v0.24.0
325-
golang.org/x/oauth2 v0.22.0 // indirect
326-
golang.org/x/term v0.31.0 // indirect
327-
golang.org/x/text v0.24.0 // indirect
328-
golang.org/x/time v0.3.0 // indirect
329-
golang.org/x/tools v0.31.0 // indirect
330-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
331-
google.golang.org/api v0.149.0 // indirect
332-
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
333-
google.golang.org/grpc v1.67.1
334-
google.golang.org/protobuf v1.34.2
302+
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
303+
golang.org/x/mod v0.25.0
304+
golang.org/x/oauth2 v0.30.0 // indirect
305+
golang.org/x/term v0.32.0 // indirect
306+
golang.org/x/text v0.26.0 // indirect
307+
golang.org/x/time v0.12.0 // indirect
308+
golang.org/x/tools v0.34.0 // indirect
309+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
310+
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
311+
google.golang.org/grpc v1.73.0
312+
google.golang.org/protobuf v1.36.6
335313
gopkg.in/inf.v0 v0.9.1 // indirect
336314
gopkg.in/ini.v1 v1.67.0 // indirect
337315
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
338316
gopkg.in/yaml.v2 v2.4.0 // indirect
339317
gopkg.in/yaml.v3 v3.0.1
340-
gotest.tools/v3 v3.5.2 // indirect
341-
k8s.io/apiextensions-apiserver v0.28.3 // indirect
342-
k8s.io/cli-runtime v0.28.3 // indirect
343-
k8s.io/klog/v2 v2.110.1 // indirect
344-
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
345-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
346-
knative.dev/eventing v0.39.0 // indirect
347-
knative.dev/networking v0.0.0-20231102061026-3bd0f7d578ab // indirect
348-
knative.dev/pkg v0.0.0-20231102061027-a6c730fd81f7 // indirect
349-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
350-
sigs.k8s.io/kustomize/api v0.15.0 // indirect
351-
sigs.k8s.io/kustomize/kyaml v0.15.0 // indirect
352-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
353-
sigs.k8s.io/yaml v1.4.0 // indirect
318+
k8s.io/klog/v2 v2.130.1 // indirect
319+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
320+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
321+
knative.dev/networking v0.0.0-20250716125000-edb1a4a0c863 // indirect
322+
knative.dev/pkg v0.0.0-20250716115900-19d3cc2da0b9 // indirect
323+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
324+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
325+
sigs.k8s.io/yaml v1.5.0 // indirect
354326
)

0 commit comments

Comments
 (0)