@@ -4,17 +4,17 @@ go 1.23.0
4
4
5
5
require (
6
6
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
8
8
github.com/hashicorp/golang-lru v1.0.2
9
9
github.com/kelseyhightower/envconfig v1.4.0
10
10
github.com/zeebo/xxh3 v1.0.2
11
11
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-20250226145529-0372c089c78f
17
+ knative.dev/serving v0.44 .1-0.20250303133614-e067066fc44f
18
18
)
19
19
20
20
require (
@@ -27,7 +27,7 @@ require (
27
27
github.com/cespare/xxhash/v2 v2.3.0 // indirect
28
28
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
29
29
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
31
31
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
32
32
github.com/go-kit/log v0.2.1 // indirect
33
33
github.com/go-logfmt/logfmt v0.5.1 // indirect
@@ -39,14 +39,15 @@ require (
39
39
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
40
40
github.com/golang/protobuf v1.5.4 // indirect
41
41
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
44
44
github.com/google/gofuzz v1.2.0 // indirect
45
45
github.com/google/uuid v1.6.0 // indirect
46
46
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
48
48
github.com/josharian/intern v1.0.0 // indirect
49
49
github.com/json-iterator/go v1.1.12 // indirect
50
+ github.com/klauspost/compress v1.17.11 // indirect
50
51
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
51
52
github.com/mailru/easyjson v0.9.0 // indirect
52
53
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -55,43 +56,42 @@ require (
55
56
github.com/opencontainers/go-digest v1.0.0 // indirect
56
57
github.com/openzipkin/zipkin-go v0.4.3 // indirect
57
58
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
59
60
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
61
62
github.com/prometheus/procfs v0.15.1 // indirect
62
63
github.com/prometheus/statsd_exporter v0.23.0 // indirect
63
64
github.com/spf13/pflag v1.0.6 // indirect
64
65
github.com/x448/float16 v0.8.4 // indirect
65
66
go.opencensus.io v0.24.0 // indirect
66
67
go.uber.org/automaxprocs v1.6.0 // indirect
67
68
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.23 .0 // indirect
70
+ golang.org/x/net v0.35 .0 // indirect
71
+ golang.org/x/oauth2 v0.26 .0 // indirect
72
+ golang.org/x/sync v0.11 .0 // indirect
73
+ golang.org/x/sys v0.30 .0 // indirect
74
+ golang.org/x/term v0.29 .0 // indirect
75
+ golang.org/x/text v0.22 .0 // indirect
76
+ golang.org/x/time v0.10 .0 // indirect
77
+ golang.org/x/tools v0.30 .0 // indirect
77
78
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.70.0 // indirect
83
+ google.golang.org/protobuf v1.36.5 // indirect
83
84
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
84
85
gopkg.in/inf.v0 v0.9.1 // indirect
85
86
gopkg.in/yaml.v2 v2.4.0 // indirect
86
87
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
89
89
k8s.io/gengo/v2 v2.0.0-20250130153323-76c5745d3511 // indirect
90
90
k8s.io/klog/v2 v2.130.1 // indirect
91
91
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
95
95
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
96
96
sigs.k8s.io/yaml v1.4.0 // indirect
97
97
)
0 commit comments