Skip to content

Commit 0fda185

Browse files
upgrade to latest dependencies
Signed-off-by: Knative Automation <[email protected]>
1 parent a95e44b commit 0fda185

File tree

375 files changed

+32335
-7296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+32335
-7296
lines changed

go.mod

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ go 1.23.0
44

55
require (
66
github.com/emicklei/go-restful v2.9.5+incompatible
7-
github.com/golang-jwt/jwt/v4 v4.5.0
7+
github.com/golang-jwt/jwt/v4 v4.5.1
88
github.com/hashicorp/golang-lru v1.0.2
99
github.com/kelseyhightower/envconfig v1.4.0
1010
github.com/zeebo/xxh3 v1.0.2
1111
go.uber.org/zap v1.27.0
12-
k8s.io/api v0.32.1
13-
k8s.io/apimachinery v0.32.1
14-
k8s.io/client-go v0.32.1
15-
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
16-
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
17-
knative.dev/serving v0.43.1-0.20250120145709-df7f1681a4e9
12+
k8s.io/api v0.32.2
13+
k8s.io/apimachinery v0.32.2
14+
k8s.io/client-go v0.32.2
15+
knative.dev/hack v0.0.0-20250219013704-306ce745e077
16+
knative.dev/pkg v0.0.0-20250312035536-b7bbf4be5dbd
17+
knative.dev/serving v0.44.1-0.20250307122301-c09ff6cf1822
1818
)
1919

2020
require (
@@ -27,7 +27,7 @@ require (
2727
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2828
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2929
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
30-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
30+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3131
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3232
github.com/go-kit/log v0.2.1 // indirect
3333
github.com/go-logfmt/logfmt v0.5.1 // indirect
@@ -39,14 +39,15 @@ require (
3939
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4040
github.com/golang/protobuf v1.5.4 // indirect
4141
github.com/google/gnostic-models v0.6.9 // indirect
42-
github.com/google/go-cmp v0.6.0 // indirect
43-
github.com/google/go-containerregistry v0.13.0 // indirect
42+
github.com/google/go-cmp v0.7.0 // indirect
43+
github.com/google/go-containerregistry v0.20.3 // indirect
4444
github.com/google/gofuzz v1.2.0 // indirect
4545
github.com/google/uuid v1.6.0 // indirect
4646
github.com/gorilla/websocket v1.5.3 // indirect
47-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
47+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
4848
github.com/josharian/intern v1.0.0 // indirect
4949
github.com/json-iterator/go v1.1.12 // indirect
50+
github.com/klauspost/compress v1.17.11 // indirect
5051
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
5152
github.com/mailru/easyjson v0.9.0 // indirect
5253
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -55,43 +56,42 @@ require (
5556
github.com/opencontainers/go-digest v1.0.0 // indirect
5657
github.com/openzipkin/zipkin-go v0.4.3 // indirect
5758
github.com/pkg/errors v0.9.1 // indirect
58-
github.com/prometheus/client_golang v1.19.1 // indirect
59+
github.com/prometheus/client_golang v1.20.5 // indirect
5960
github.com/prometheus/client_model v0.6.1 // indirect
60-
github.com/prometheus/common v0.55.0 // indirect
61+
github.com/prometheus/common v0.62.0 // indirect
6162
github.com/prometheus/procfs v0.15.1 // indirect
6263
github.com/prometheus/statsd_exporter v0.23.0 // indirect
6364
github.com/spf13/pflag v1.0.6 // indirect
6465
github.com/x448/float16 v0.8.4 // indirect
6566
go.opencensus.io v0.24.0 // indirect
6667
go.uber.org/automaxprocs v1.6.0 // indirect
6768
go.uber.org/multierr v1.11.0 // indirect
68-
golang.org/x/mod v0.22.0 // indirect
69-
golang.org/x/net v0.34.0 // indirect
70-
golang.org/x/oauth2 v0.23.0 // indirect
71-
golang.org/x/sync v0.10.0 // indirect
72-
golang.org/x/sys v0.29.0 // indirect
73-
golang.org/x/term v0.28.0 // indirect
74-
golang.org/x/text v0.21.0 // indirect
75-
golang.org/x/time v0.7.0 // indirect
76-
golang.org/x/tools v0.29.0 // indirect
69+
golang.org/x/mod v0.24.0 // indirect
70+
golang.org/x/net v0.37.0 // indirect
71+
golang.org/x/oauth2 v0.26.0 // indirect
72+
golang.org/x/sync v0.12.0 // indirect
73+
golang.org/x/sys v0.31.0 // indirect
74+
golang.org/x/term v0.30.0 // indirect
75+
golang.org/x/text v0.23.0 // indirect
76+
golang.org/x/time v0.10.0 // indirect
77+
golang.org/x/tools v0.31.0 // indirect
7778
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
78-
google.golang.org/api v0.183.0 // indirect
79-
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
80-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
81-
google.golang.org/grpc v1.69.2 // indirect
82-
google.golang.org/protobuf v1.36.4 // indirect
79+
google.golang.org/api v0.198.0 // indirect
80+
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
81+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
82+
google.golang.org/grpc v1.71.0 // indirect
83+
google.golang.org/protobuf v1.36.5 // indirect
8384
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8485
gopkg.in/inf.v0 v0.9.1 // indirect
8586
gopkg.in/yaml.v2 v2.4.0 // indirect
8687
gopkg.in/yaml.v3 v3.0.1 // indirect
87-
k8s.io/code-generator v0.32.1 // indirect
88-
k8s.io/gengo v0.0.0-20250130153323-76c5745d3511 // indirect
88+
k8s.io/code-generator v0.32.2 // indirect
8989
k8s.io/gengo/v2 v2.0.0-20250130153323-76c5745d3511 // indirect
9090
k8s.io/klog/v2 v2.130.1 // indirect
9191
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
92-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
93-
knative.dev/networking v0.0.0-20250117155906-67d1c274ba6a // indirect
94-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
92+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
93+
knative.dev/networking v0.0.0-20250226145929-863b7af736fb // indirect
94+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
9595
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
9696
sigs.k8s.io/yaml v1.4.0 // indirect
9797
)

0 commit comments

Comments
 (0)