Skip to content

Commit 6cadd00

Browse files
committed
dep: golang.org/x/net@v0.38.0
Addresses: - found OSV reported vulnerability GO-2025-3595 in golang.org/x/net@v0.37.0 - found OSV reported vulnerability GHSA-vvgc-356p-c3xw in golang.org/x/net@v0.37.0
1 parent 8f4fc9f commit 6cadd00

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
go.opentelemetry.io/otel/trace v1.34.0 // indirect
9090
go.uber.org/atomic v1.11.0 // indirect
9191
golang.org/x/crypto v0.36.0 // indirect
92-
golang.org/x/net v0.37.0 // indirect
92+
golang.org/x/net v0.38.0 // indirect
9393
golang.org/x/sys v0.31.0 // indirect
9494
golang.org/x/text v0.23.0 // indirect
9595
golang.org/x/time v0.9.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
304304
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
305305
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
306306
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
307+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
308+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
307309
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
308310
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
309311
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)