@@ -16,7 +16,7 @@ require (
16
16
github.com/spf13/pflag v1.0.5
17
17
github.com/stretchr/testify v1.9.0
18
18
google.golang.org/grpc v1.63.2
19
- google.golang.org/protobuf v1.33.0
19
+ google.golang.org/protobuf v1.34.1
20
20
k8s.io/api v0.29.2
21
21
k8s.io/apimachinery v0.29.2
22
22
k8s.io/apiserver v0.29.2
@@ -31,14 +31,12 @@ require (
31
31
)
32
32
33
33
require (
34
- github.com/onsi/ginkgo/v2 v2.17.1
35
- github.com/onsi/gomega v1.33.0
34
+ github.com/onsi/ginkgo/v2 v2.17.3
35
+ github.com/onsi/gomega v1.33.1
36
36
k8s.io/kubernetes v1.29.2
37
37
)
38
38
39
39
require (
40
- github.com/Masterminds/goutils v1.1.1 // indirect
41
- github.com/Masterminds/semver v1.5.0 // indirect
42
40
github.com/NYTimes/gziphandler v1.1.1 // indirect
43
41
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
44
42
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
@@ -60,18 +58,17 @@ require (
60
58
github.com/go-openapi/jsonpointer v0.21.0 // indirect
61
59
github.com/go-openapi/jsonreference v0.21.0 // indirect
62
60
github.com/go-openapi/swag v0.23.0 // indirect
63
- github.com/go-task/slim-sprig v2.20.0+incompatible // indirect
61
+ github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
64
62
github.com/gogo/protobuf v1.3.2 // indirect
65
63
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
66
64
github.com/golang/protobuf v1.5.4 // indirect
67
65
github.com/google/cel-go v0.17.7 // indirect
68
66
github.com/google/gnostic-models v0.6.8 // indirect
69
67
github.com/google/go-cmp v0.6.0 // indirect
70
- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
68
+ github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
71
69
github.com/gorilla/websocket v1.5.1 // indirect
72
70
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
73
71
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
74
- github.com/huandu/xstrings v1.4.0 // indirect
75
72
github.com/inconshreveable/mousetrap v1.1.0 // indirect
76
73
github.com/josharian/intern v1.0.0 // indirect
77
74
github.com/json-iterator/go v1.1.12 // indirect
@@ -94,28 +91,28 @@ require (
94
91
go.etcd.io/etcd/api/v3 v3.5.13 // indirect
95
92
go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect
96
93
go.etcd.io/etcd/client/v3 v3.5.13 // indirect
97
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50 .0 // indirect
98
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50 .0 // indirect
99
- go.opentelemetry.io/otel v1.25 .0 // indirect
100
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.25 .0 // indirect
101
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.25 .0 // indirect
102
- go.opentelemetry.io/otel/metric v1.25 .0 // indirect
103
- go.opentelemetry.io/otel/sdk v1.25 .0 // indirect
104
- go.opentelemetry.io/otel/trace v1.25 .0 // indirect
94
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51 .0 // indirect
95
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51 .0 // indirect
96
+ go.opentelemetry.io/otel v1.26 .0 // indirect
97
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26 .0 // indirect
98
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26 .0 // indirect
99
+ go.opentelemetry.io/otel/metric v1.26 .0 // indirect
100
+ go.opentelemetry.io/otel/sdk v1.26 .0 // indirect
101
+ go.opentelemetry.io/otel/trace v1.26 .0 // indirect
105
102
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
106
103
go.uber.org/multierr v1.11.0 // indirect
107
104
go.uber.org/zap v1.27.0 // indirect
108
- golang.org/x/crypto v0.22 .0 // indirect
105
+ golang.org/x/crypto v0.23 .0 // indirect
109
106
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
110
107
golang.org/x/mod v0.17.0 // indirect
111
- golang.org/x/net v0.24 .0 // indirect
112
- golang.org/x/oauth2 v0.19 .0 // indirect
108
+ golang.org/x/net v0.25 .0 // indirect
109
+ golang.org/x/oauth2 v0.20 .0 // indirect
113
110
golang.org/x/sync v0.7.0 // indirect
114
- golang.org/x/sys v0.19 .0 // indirect
115
- golang.org/x/term v0.19 .0 // indirect
116
- golang.org/x/text v0.14 .0 // indirect
111
+ golang.org/x/sys v0.20 .0 // indirect
112
+ golang.org/x/term v0.20 .0 // indirect
113
+ golang.org/x/text v0.15 .0 // indirect
117
114
golang.org/x/time v0.5.0 // indirect
118
- golang.org/x/tools v0.20 .0 // indirect
115
+ golang.org/x/tools v0.21 .0 // indirect
119
116
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
120
117
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
121
118
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
0 commit comments