File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ require (
9898 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9999 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
100100 go.opentelemetry.io/proto/otlp v1.9.0 // indirect
101- golang.org/x/net v0.50 .0 // indirect
101+ golang.org/x/net v0.51 .0 // indirect
102102 golang.org/x/time v0.15.0 // indirect
103103 google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
104104 google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLL
242242golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
243243golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
244244golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
245- golang.org/x/net v0.50 .0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60 =
246- golang.org/x/net v0.50 .0/go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM =
245+ golang.org/x/net v0.51 .0 h1:94R/GTO7mt3/4wIKpcR5gkGmRLOuE/2hNGeWq/GBIFo =
246+ golang.org/x/net v0.51 .0/go.mod h1:aamm+2QF5ogm02fjy5Bb7CQ0WMt1/WVM7FtyaTLlA9Y =
247247golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
248248golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
249249golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Original file line number Diff line number Diff line change @@ -386,8 +386,8 @@ go.opentelemetry.io/proto/otlp/trace/v1
386386# go.yaml.in/yaml/v3 v3.0.4
387387## explicit; go 1.16
388388go.yaml.in/yaml/v3
389- # golang.org/x/net v0.50 .0
390- ## explicit; go 1.24 .0
389+ # golang.org/x/net v0.51 .0
390+ ## explicit; go 1.25 .0
391391golang.org/x/net/http/httpguts
392392golang.org/x/net/http2
393393golang.org/x/net/http2/hpack
You can’t perform that action at this time.
0 commit comments