@@ -9,94 +9,94 @@ require (
9
9
github.com/onsi/ginkgo v1.16.5
10
10
github.com/onsi/gomega v1.36.1
11
11
github.com/sirupsen/logrus v1.9.3
12
- github.com/stretchr/testify v1.9 .0
13
- go.k6.io/k6 v0.52 .0
12
+ github.com/stretchr/testify v1.10 .0
13
+ go.k6.io/k6 v0.57 .0
14
14
gopkg.in/guregu/null.v3 v3.5.0
15
- k8s.io/api v0.32.1
16
- k8s.io/apimachinery v0.32.1
17
- k8s.io/client-go v0.32.1
15
+ k8s.io/api v0.32.3
16
+ k8s.io/apimachinery v0.32.3
17
+ k8s.io/client-go v0.32.3
18
18
sigs.k8s.io/controller-runtime v0.20.3
19
19
)
20
20
21
21
require (
22
22
github.com/beorn7/perks v1.0.1 // indirect
23
- github.com/bufbuild/protocompile v0.9.0 // indirect
24
23
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
25
24
github.com/cespare/xxhash/v2 v2.3.0 // indirect
26
- github.com/chromedp/cdproto v0.0.0-20240328024531-fe04f09ede24 // indirect
27
25
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
28
- github.com/dlclark/regexp2 v1.11.0 // indirect
29
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26
+ github.com/emicklei/go-restful/v3 v3.12.2 // indirect
30
27
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
31
- github.com/fatih/color v1.16 .0 // indirect
32
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
28
+ github.com/fatih/color v1.18 .0 // indirect
29
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
33
30
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
34
31
github.com/go-logr/stdr v1.2.2 // indirect
35
32
github.com/go-logr/zapr v1.3.0 // indirect
36
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
37
- github.com/go-openapi/jsonreference v0.20.2 // indirect
38
- github.com/go-openapi/swag v0.23.0 // indirect
33
+ github.com/go-openapi/jsonpointer v0.21.1 // indirect
34
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
35
+ github.com/go-openapi/swag v0.23.1 // indirect
39
36
github.com/gogo/protobuf v1.3.2 // indirect
40
37
github.com/golang/protobuf v1.5.4 // indirect
41
38
github.com/google/btree v1.1.3 // indirect
42
- github.com/google/gnostic-models v0.6.8 // indirect
43
- github.com/google/go-cmp v0.6 .0 // indirect
39
+ github.com/google/gnostic-models v0.6.9 // indirect
40
+ github.com/google/go-cmp v0.7 .0 // indirect
44
41
github.com/google/gofuzz v1.2.0 // indirect
45
- github.com/gorilla/websocket v1.5.1 // indirect
46
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
42
+ github.com/gorilla/websocket v1.5.3 // indirect
43
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
47
44
github.com/josharian/intern v1.0.0 // indirect
48
45
github.com/json-iterator/go v1.1.12 // indirect
49
- github.com/mailru/easyjson v0.7.7 // indirect
50
- github.com/mattn/go-colorable v0.1.13 // indirect
46
+ github.com/klauspost/compress v1.18.0 // indirect
47
+ github.com/mailru/easyjson v0.9.0 // indirect
48
+ github.com/mattn/go-colorable v0.1.14 // indirect
51
49
github.com/mattn/go-isatty v0.0.20 // indirect
52
50
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
53
51
github.com/modern-go/reflect2 v1.0.2 // indirect
54
52
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect
55
53
github.com/mstoykov/envconfig v1.5.0 // indirect
56
54
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
57
- github.com/nxadm/tail v1.4.8 // indirect
55
+ github.com/nxadm/tail v1.4.11 // indirect
58
56
github.com/pkg/errors v0.9.1 // indirect
59
57
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
60
- github.com/prometheus/client_golang v1.19 .1 // indirect
58
+ github.com/prometheus/client_golang v1.21 .1 // indirect
61
59
github.com/prometheus/client_model v0.6.1 // indirect
62
- github.com/prometheus/common v0.55 .0 // indirect
63
- github.com/prometheus/procfs v0.15.1 // indirect
60
+ github.com/prometheus/common v0.63 .0 // indirect
61
+ github.com/prometheus/procfs v0.16.0 // indirect
64
62
github.com/redis/go-redis/v9 v9.5.1 // indirect
65
- github.com/spf13/afero v1.11 .0 // indirect
66
- github.com/spf13/pflag v1.0.5 // indirect
63
+ github.com/spf13/afero v1.14 .0 // indirect
64
+ github.com/spf13/pflag v1.0.6 // indirect
67
65
github.com/x448/float16 v0.8.4 // indirect
68
- go.opentelemetry.io/otel v1.28.0 // indirect
69
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
70
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
71
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect
72
- go.opentelemetry.io/otel/metric v1.28.0 // indirect
73
- go.opentelemetry.io/otel/sdk v1.28.0 // indirect
74
- go.opentelemetry.io/otel/trace v1.28.0 // indirect
75
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
66
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
67
+ go.opentelemetry.io/otel v1.35.0 // indirect
68
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
69
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 // indirect
70
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect
71
+ go.opentelemetry.io/otel/metric v1.35.0 // indirect
72
+ go.opentelemetry.io/otel/sdk v1.35.0 // indirect
73
+ go.opentelemetry.io/otel/trace v1.35.0 // indirect
74
+ go.opentelemetry.io/proto/otlp v1.5.0 // indirect
76
75
go.uber.org/multierr v1.11.0 // indirect
77
76
go.uber.org/zap v1.27.0 // indirect
78
- golang.org/x/net v0.36 .0 // indirect
79
- golang.org/x/oauth2 v0.23 .0 // indirect
80
- golang.org/x/sync v0.11 .0 // indirect
81
- golang.org/x/sys v0.30 .0 // indirect
82
- golang.org/x/term v0.29 .0 // indirect
83
- golang.org/x/text v0.22 .0 // indirect
84
- golang.org/x/time v0.7 .0 // indirect
85
- gomodules.xyz/jsonpatch/v2 v2.4 .0 // indirect
86
- google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
87
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
88
- google.golang.org/grpc v1.65 .0 // indirect
89
- google.golang.org/protobuf v1.35.1 // indirect
77
+ golang.org/x/net v0.37 .0 // indirect
78
+ golang.org/x/oauth2 v0.28 .0 // indirect
79
+ golang.org/x/sync v0.12 .0 // indirect
80
+ golang.org/x/sys v0.31 .0 // indirect
81
+ golang.org/x/term v0.30 .0 // indirect
82
+ golang.org/x/text v0.23 .0 // indirect
83
+ golang.org/x/time v0.11 .0 // indirect
84
+ gomodules.xyz/jsonpatch/v2 v2.5 .0 // indirect
85
+ google.golang.org/genproto/googleapis/api v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
86
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
87
+ google.golang.org/grpc v1.71 .0 // indirect
88
+ google.golang.org/protobuf v1.36.5 // indirect
90
89
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
91
90
gopkg.in/inf.v0 v0.9.1 // indirect
92
91
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
93
92
gopkg.in/yaml.v3 v3.0.1 // indirect
94
- k8s.io/apiextensions-apiserver v0.32.1 // indirect
93
+ k8s.io/apiextensions-apiserver v0.32.3 // indirect
95
94
k8s.io/klog/v2 v2.130.1 // indirect
96
- k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
97
- k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
98
- sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
99
- sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
95
+ k8s.io/kube-openapi v0.0.0-20250318142150-58bc1449e42a // indirect
96
+ k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
97
+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
98
+ sigs.k8s.io/randfill v1.0.0 // indirect
99
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
100
100
sigs.k8s.io/yaml v1.4.0 // indirect
101
101
)
102
102
0 commit comments