Skip to content

Commit ae3ea4d

Browse files
committed
fix cves
Signed-off-by: Prabhjot <psb@tetrate.io>
1 parent 149bf9f commit ae3ea4d

File tree

2 files changed

+99
-95
lines changed

2 files changed

+99
-95
lines changed

go.mod

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module istio.io/istio
33
go 1.24.2
44

55
require (
6-
cloud.google.com/go/compute/metadata v0.6.0
6+
cloud.google.com/go/compute/metadata v0.9.0
77
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
88
github.com/Masterminds/semver/v3 v3.4.0
99
github.com/Masterminds/sprig/v3 v3.3.0
@@ -12,19 +12,19 @@ require (
1212
github.com/cenkalti/backoff/v4 v4.3.0
1313
github.com/cespare/xxhash/v2 v2.3.0
1414
github.com/cheggaaa/pb/v3 v3.1.7
15-
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42
15+
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5
1616
github.com/containernetworking/cni v1.3.0
1717
github.com/containernetworking/plugins v1.9.0
1818
github.com/coreos/go-oidc/v3 v3.13.0
1919
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
20-
github.com/docker/cli v28.0.1+incompatible
20+
github.com/docker/cli v29.2.0+incompatible
2121
github.com/envoyproxy/go-control-plane/contrib v1.32.5-0.20250411033633-fceb350c06ca
22-
github.com/envoyproxy/go-control-plane/envoy v1.32.5-0.20250411033633-fceb350c06ca
22+
github.com/envoyproxy/go-control-plane/envoy v1.36.0
2323
github.com/evanphx/json-patch/v5 v5.9.11
2424
github.com/fatih/color v1.18.0
2525
github.com/felixge/fgprof v0.9.5
2626
github.com/fsnotify/fsnotify v1.8.0
27-
github.com/go-jose/go-jose/v4 v4.0.5
27+
github.com/go-jose/go-jose/v4 v4.1.4
2828
github.com/go-logr/logr v1.4.3
2929
github.com/gogo/protobuf v1.3.2
3030
github.com/golang/protobuf v1.5.4
@@ -53,7 +53,7 @@ require (
5353
github.com/planetscale/vtprotobuf v0.6.1-0.20240409071808-615f978279ca
5454
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
5555
github.com/prometheus/client_golang v1.22.0
56-
github.com/prometheus/client_model v0.6.1
56+
github.com/prometheus/client_model v0.6.2
5757
github.com/prometheus/common v0.62.0
5858
github.com/prometheus/procfs v0.15.1
5959
github.com/prometheus/prometheus v0.302.1
@@ -63,32 +63,32 @@ require (
6363
github.com/spf13/pflag v1.0.7
6464
github.com/spf13/viper v1.19.0
6565
github.com/stoewer/go-strcase v1.3.0
66-
github.com/stretchr/testify v1.10.0
66+
github.com/stretchr/testify v1.11.1
6767
github.com/vishvananda/netlink v1.3.1
6868
github.com/vishvananda/netns v0.0.5
6969
github.com/yl2chen/cidranger v1.0.2
70-
go.opentelemetry.io/otel v1.35.0
70+
go.opentelemetry.io/otel v1.40.0
7171
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
7272
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0
7373
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0
7474
go.opentelemetry.io/otel/exporters/prometheus v0.57.0
75-
go.opentelemetry.io/otel/metric v1.35.0
76-
go.opentelemetry.io/otel/sdk v1.35.0
77-
go.opentelemetry.io/otel/sdk/metric v1.35.0
78-
go.opentelemetry.io/otel/trace v1.35.0
79-
go.opentelemetry.io/proto/otlp v1.5.0
75+
go.opentelemetry.io/otel/metric v1.40.0
76+
go.opentelemetry.io/otel/sdk v1.40.0
77+
go.opentelemetry.io/otel/sdk/metric v1.40.0
78+
go.opentelemetry.io/otel/trace v1.40.0
79+
go.opentelemetry.io/proto/otlp v1.7.1
8080
go.uber.org/atomic v1.11.0
8181
go.uber.org/zap v1.27.0
82-
golang.org/x/net v0.47.0
83-
golang.org/x/oauth2 v0.28.0
84-
golang.org/x/sync v0.18.0
85-
golang.org/x/sys v0.38.0
82+
golang.org/x/net v0.48.0
83+
golang.org/x/oauth2 v0.34.0
84+
golang.org/x/sync v0.19.0
85+
golang.org/x/sys v0.40.0
8686
golang.org/x/time v0.11.0
8787
gomodules.xyz/jsonpatch/v2 v2.5.0
88-
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463
89-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463
90-
google.golang.org/grpc v1.71.1
91-
google.golang.org/protobuf v1.36.7
88+
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217
89+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217
90+
google.golang.org/grpc v1.79.3
91+
google.golang.org/protobuf v1.36.10
9292
gopkg.in/natefinch/lumberjack.v2 v2.2.1
9393
gopkg.in/yaml.v2 v2.4.0
9494
gopkg.in/yaml.v3 v3.0.1
@@ -111,7 +111,7 @@ require (
111111
)
112112

113113
require (
114-
cel.dev/expr v0.19.1 // indirect
114+
cel.dev/expr v0.25.1 // indirect
115115
dario.cat/mergo v1.0.1 // indirect
116116
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
117117
github.com/BurntSushi/toml v1.5.0 // indirect
@@ -131,8 +131,7 @@ require (
131131
github.com/docker/distribution v2.8.3+incompatible // indirect
132132
github.com/docker/docker-credential-helpers v0.8.2 // indirect
133133
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
134-
github.com/envoyproxy/go-control-plane v0.13.5-0.20250415164843-6e146b543742 // indirect
135-
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
134+
github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect
136135
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
137136
github.com/fatih/camelcase v1.0.0 // indirect
138137
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -150,7 +149,7 @@ require (
150149
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
151150
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
152151
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
153-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
152+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
154153
github.com/hashicorp/errwrap v1.1.0 // indirect
155154
github.com/hashicorp/hcl v1.0.0 // indirect
156155
github.com/huandu/xstrings v1.5.0 // indirect
@@ -196,24 +195,25 @@ require (
196195
github.com/sourcegraph/conc v0.3.0 // indirect
197196
github.com/spf13/afero v1.11.0 // indirect
198197
github.com/spf13/cast v1.7.0 // indirect
198+
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
199199
github.com/stretchr/objx v0.5.2 // indirect
200200
github.com/subosito/gotenv v1.6.0 // indirect
201201
github.com/vbatts/tar-split v0.11.6 // indirect
202202
github.com/x448/float16 v0.8.4 // indirect
203203
github.com/xlab/treeprint v1.2.0 // indirect
204-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
204+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
205205
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
206206
go.uber.org/automaxprocs v1.6.0 // indirect
207207
go.uber.org/mock v0.5.0 // indirect
208208
go.uber.org/multierr v1.11.0 // indirect
209209
go.yaml.in/yaml/v2 v2.4.2 // indirect
210210
go.yaml.in/yaml/v3 v3.0.4 // indirect
211-
golang.org/x/crypto v0.45.0 // indirect
211+
golang.org/x/crypto v0.46.0 // indirect
212212
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
213-
golang.org/x/mod v0.29.0 // indirect
214-
golang.org/x/term v0.37.0 // indirect
215-
golang.org/x/text v0.31.0 // indirect
216-
golang.org/x/tools v0.38.0 // indirect
213+
golang.org/x/mod v0.30.0 // indirect
214+
golang.org/x/term v0.38.0 // indirect
215+
golang.org/x/text v0.32.0 // indirect
216+
golang.org/x/tools v0.39.0 // indirect
217217
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
218218
gopkg.in/inf.v0 v0.9.1 // indirect
219219
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)