@@ -7,29 +7,29 @@ require (
7
7
github.com/google/go-cmp v0.6.0
8
8
github.com/spf13/cobra v1.8.0
9
9
github.com/spf13/pflag v1.0.5
10
- go.opentelemetry.io/otel v1.22 .0
11
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22 .0
12
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22 .0
13
- go.opentelemetry.io/otel/sdk v1.22 .0
14
- go.opentelemetry.io/otel/trace v1.22 .0
15
- google.golang.org/grpc v1.61 .0
16
- k8s.io/api v0.29.1
17
- k8s.io/apimachinery v0.29.1
18
- k8s.io/apiserver v0.29.1
19
- k8s.io/client-go v0.29.1
20
- k8s.io/code-generator v0.29.1
21
- k8s.io/component-base v0.29.1
22
- k8s.io/component-helpers v0.29.1
23
- k8s.io/klog/v2 v2.110 .1
10
+ go.opentelemetry.io/otel v1.24 .0
11
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24 .0
12
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24 .0
13
+ go.opentelemetry.io/otel/sdk v1.24 .0
14
+ go.opentelemetry.io/otel/trace v1.24 .0
15
+ google.golang.org/grpc v1.62 .0
16
+ k8s.io/api v0.30.0-alpha.3
17
+ k8s.io/apimachinery v0.30.0-alpha.3
18
+ k8s.io/apiserver v0.30.0-alpha.3
19
+ k8s.io/client-go v0.30.0-alpha.3
20
+ k8s.io/code-generator v0.30.0-alpha.3
21
+ k8s.io/component-base v0.30.0-alpha.3
22
+ k8s.io/component-helpers v0.30.0-alpha.3
23
+ k8s.io/klog/v2 v2.120 .1
24
24
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
25
25
sigs.k8s.io/mdtoc v1.1.0
26
26
)
27
27
28
28
require (
29
29
github.com/BurntSushi/toml v0.3.1 // indirect
30
30
github.com/NYTimes/gziphandler v1.1.1 // indirect
31
- github.com/antlr/ antlr4/runtime/Go/ antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
32
- github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
31
+ github.com/antlr4-go/ antlr/v4 v4.13.0 // indirect
32
+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
33
33
github.com/beorn7/perks v1.0.1 // indirect
34
34
github.com/blang/semver/v4 v4.0.0 // indirect
35
35
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
@@ -38,80 +38,79 @@ require (
38
38
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
39
39
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
40
40
github.com/davecgh/go-spew v1.1.1 // indirect
41
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
42
- github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
43
- github.com/felixge/httpsnoop v1.0.3 // indirect
41
+ github.com/emicklei/go-restful/v3 v3.11.3 // indirect
42
+ github.com/evanphx/json-patch v5.9 .0+incompatible // indirect
43
+ github.com/felixge/httpsnoop v1.0.4 // indirect
44
44
github.com/fsnotify/fsnotify v1.7.0 // indirect
45
45
github.com/go-logr/logr v1.4.1 // indirect
46
46
github.com/go-logr/stdr v1.2.2 // indirect
47
- github.com/go-logr/zapr v1.2.3 // indirect
48
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
49
- github.com/go-openapi/jsonreference v0.20.2 // indirect
50
- github.com/go-openapi/swag v0.22.3 // indirect
47
+ github.com/go-logr/zapr v1.3.0 // indirect
48
+ github.com/go-openapi/jsonpointer v0.20.2 // indirect
49
+ github.com/go-openapi/jsonreference v0.20.4 // indirect
50
+ github.com/go-openapi/swag v0.22.9 // indirect
51
51
github.com/gogo/protobuf v1.3.2 // indirect
52
52
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
53
53
github.com/golang/protobuf v1.5.3 // indirect
54
54
github.com/gomarkdown/markdown v0.0.0-20210514010506-3b9f47219fe7 // indirect
55
- github.com/google/cel-go v0.17.7 // indirect
55
+ github.com/google/cel-go v0.20.0 // indirect
56
56
github.com/google/gnostic-models v0.6.8 // indirect
57
57
github.com/google/gofuzz v1.2.0 // indirect
58
- github.com/google/uuid v1.4 .0 // indirect
58
+ github.com/google/uuid v1.6 .0 // indirect
59
59
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
60
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
61
- github.com/imdario/mergo v0.3.6 // indirect
60
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
61
+ github.com/imdario/mergo v0.3.16 // indirect
62
62
github.com/inconshreveable/mousetrap v1.1.0 // indirect
63
63
github.com/josharian/intern v1.0.0 // indirect
64
64
github.com/json-iterator/go v1.1.12 // indirect
65
65
github.com/mailru/easyjson v0.7.7 // indirect
66
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
67
66
github.com/mmarkdown/mmark v2.0.40+incompatible // indirect
68
67
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
69
68
github.com/modern-go/reflect2 v1.0.2 // indirect
70
69
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
71
70
github.com/pkg/errors v0.9.1 // indirect
72
- github.com/prometheus/client_golang v1.16 .0 // indirect
73
- github.com/prometheus/client_model v0.4 .0 // indirect
74
- github.com/prometheus/common v0.44 .0 // indirect
75
- github.com/prometheus/procfs v0.10.1 // indirect
71
+ github.com/prometheus/client_golang v1.19 .0 // indirect
72
+ github.com/prometheus/client_model v0.6 .0 // indirect
73
+ github.com/prometheus/common v0.49 .0 // indirect
74
+ github.com/prometheus/procfs v0.12.0 // indirect
76
75
github.com/russross/blackfriday/v2 v2.1.0 // indirect
77
- github.com/stoewer/go-strcase v1.2.0 // indirect
78
- go.etcd.io/etcd/api/v3 v3.5.10 // indirect
79
- go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
80
- go.etcd.io/etcd/client/v3 v3.5.10 // indirect
81
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0 // indirect
82
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
83
- go.opentelemetry.io/otel/metric v1.22.0 // indirect
84
- go.opentelemetry.io/proto/otlp v1.0.0 // indirect
85
- go.uber.org/atomic v1.10.0 // indirect
76
+ github.com/stoewer/go-strcase v1.3.0 // indirect
77
+ go.etcd.io/etcd/api/v3 v3.5.12 // indirect
78
+ go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
79
+ go.etcd.io/etcd/client/v3 v3.5.12 // indirect
80
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
81
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
82
+ go.opentelemetry.io/otel/metric v1.24.0 // indirect
83
+ go.opentelemetry.io/proto/otlp v1.1.0 // indirect
86
84
go.uber.org/multierr v1.11.0 // indirect
87
- go.uber.org/zap v1.19 .0 // indirect
88
- golang.org/x/crypto v0.18 .0 // indirect
89
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
90
- golang.org/x/mod v0.14 .0 // indirect
91
- golang.org/x/net v0.20 .0 // indirect
92
- golang.org/x/oauth2 v0.14 .0 // indirect
93
- golang.org/x/sync v0.5 .0 // indirect
94
- golang.org/x/sys v0.16 .0 // indirect
95
- golang.org/x/term v0.16 .0 // indirect
85
+ go.uber.org/zap v1.27 .0 // indirect
86
+ golang.org/x/crypto v0.20 .0 // indirect
87
+ golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
88
+ golang.org/x/mod v0.15 .0 // indirect
89
+ golang.org/x/net v0.21 .0 // indirect
90
+ golang.org/x/oauth2 v0.17 .0 // indirect
91
+ golang.org/x/sync v0.6 .0 // indirect
92
+ golang.org/x/sys v0.17 .0 // indirect
93
+ golang.org/x/term v0.17 .0 // indirect
96
94
golang.org/x/text v0.14.0 // indirect
97
- golang.org/x/time v0.3 .0 // indirect
98
- golang.org/x/tools v0.16.1 // indirect
95
+ golang.org/x/time v0.5 .0 // indirect
96
+ golang.org/x/tools v0.18.0 // indirect
99
97
google.golang.org/appengine v1.6.8 // indirect
100
- google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
101
- google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
102
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
98
+ google.golang.org/genproto v0.0.0-20240228224816-df926f6c8641 // indirect
99
+ google.golang.org/genproto/googleapis/api v0.0.0-20240228224816-df926f6c8641 // indirect
100
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240228224816-df926f6c8641 // indirect
103
101
google.golang.org/protobuf v1.32.0 // indirect
104
102
gopkg.in/inf.v0 v0.9.1 // indirect
105
103
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
106
104
gopkg.in/yaml.v2 v2.4.0 // indirect
107
105
gopkg.in/yaml.v3 v3.0.1 // indirect
108
106
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
109
- k8s.io/kms v0.29.1 // indirect
110
- k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
111
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
107
+ k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
108
+ k8s.io/kms v0.30.0-alpha.3 // indirect
109
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
110
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
112
111
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
113
112
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
114
- sigs.k8s.io/yaml v1.3 .0 // indirect
113
+ sigs.k8s.io/yaml v1.4 .0 // indirect
115
114
)
116
115
117
116
replace (
0 commit comments