@@ -6,7 +6,7 @@ replace (
6
6
// replace those modules from go.opentelemetry.io to elimilate CVEs
7
7
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0
8
8
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0
9
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc => go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28 .0
9
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc => go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35 .0
10
10
11
11
k8s.io/api => k8s.io/api v0.32.2
12
12
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.32.2
@@ -49,7 +49,7 @@ require (
49
49
github.com/rancher/wrangler v1.1.1
50
50
github.com/sirupsen/logrus v1.9.3
51
51
github.com/urfave/cli/v2 v2.25.7
52
- golang.org/x/sync v0.8 .0
52
+ golang.org/x/sync v0.11 .0
53
53
k8s.io/api v0.32.2
54
54
k8s.io/apimachinery v0.32.2
55
55
k8s.io/client-go v0.32.2
@@ -58,7 +58,7 @@ require (
58
58
)
59
59
60
60
require (
61
- cel.dev/expr v0.18.0 // indirect
61
+ cel.dev/expr v0.19.1 // indirect
62
62
github.com/Microsoft/go-winio v0.6.2 // indirect
63
63
github.com/NYTimes/gziphandler v1.1.1 // indirect
64
64
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
@@ -91,11 +91,11 @@ require (
91
91
github.com/google/btree v1.0.1 // indirect
92
92
github.com/google/cel-go v0.22.0 // indirect
93
93
github.com/google/gnostic-models v0.6.8 // indirect
94
- github.com/google/go-cmp v0.6 .0 // indirect
94
+ github.com/google/go-cmp v0.7 .0 // indirect
95
95
github.com/google/gofuzz v1.2.0 // indirect
96
96
github.com/google/uuid v1.6.0 // indirect
97
97
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
98
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
98
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
99
99
github.com/inconshreveable/mousetrap v1.1.0 // indirect
100
100
github.com/josharian/intern v1.0.0 // indirect
101
101
github.com/json-iterator/go v1.1.12 // indirect
@@ -125,29 +125,30 @@ require (
125
125
go.etcd.io/etcd/api/v3 v3.5.16 // indirect
126
126
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
127
127
go.etcd.io/etcd/client/v3 v3.5.16 // indirect
128
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
128
129
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
129
130
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
130
- go.opentelemetry.io/otel v1.28 .0 // indirect
131
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28 .0 // indirect
131
+ go.opentelemetry.io/otel v1.35 .0 // indirect
132
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0 // indirect
132
133
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
133
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
134
- go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
135
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
136
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
134
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
135
+ go.opentelemetry.io/otel/sdk v1.35 .0 // indirect
136
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
137
+ go.opentelemetry.io/proto/otlp v1.5.0 // indirect
137
138
go.uber.org/multierr v1.11.0 // indirect
138
139
go.uber.org/zap v1.27.0 // indirect
139
- golang.org/x/crypto v0.28 .0 // indirect
140
+ golang.org/x/crypto v0.33 .0 // indirect
140
141
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
141
- golang.org/x/net v0.30 .0 // indirect
142
- golang.org/x/oauth2 v0.23 .0 // indirect
143
- golang.org/x/sys v0.26 .0 // indirect
144
- golang.org/x/term v0.25 .0 // indirect
145
- golang.org/x/text v0.19 .0 // indirect
142
+ golang.org/x/net v0.35 .0 // indirect
143
+ golang.org/x/oauth2 v0.26 .0 // indirect
144
+ golang.org/x/sys v0.30 .0 // indirect
145
+ golang.org/x/term v0.29 .0 // indirect
146
+ golang.org/x/text v0.22 .0 // indirect
146
147
golang.org/x/time v0.7.0 // indirect
147
- google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
148
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
149
- google.golang.org/grpc v1.65 .0 // indirect
150
- google.golang.org/protobuf v1.35.1 // indirect
148
+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
149
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
150
+ google.golang.org/grpc v1.71 .0 // indirect
151
+ google.golang.org/protobuf v1.36.5 // indirect
151
152
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
152
153
gopkg.in/inf.v0 v0.9.1 // indirect
153
154
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
0 commit comments