Skip to content

Commit efb8af7

Browse files
authored
chore: bump golang.org/x/net to v0.51.0 to fix GO-2026-4559 (#692)
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
1 parent e853445 commit efb8af7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

constraint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
go.yaml.in/yaml/v3 v3.0.4 // indirect
9090
golang.org/x/crypto v0.48.0 // indirect
9191
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
92-
golang.org/x/net v0.50.0 // indirect
92+
golang.org/x/net v0.51.0 // indirect
9393
golang.org/x/oauth2 v0.34.0 // indirect
9494
golang.org/x/sync v0.19.0 // indirect
9595
golang.org/x/sys v0.41.0 // indirect

constraint/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f h1:XdNn9LlyWAhLVp6P/i8QYBW+h
247247
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f/go.mod h1:D5SMRVC3C2/4+F/DB1wZsLRnSNimn2Sp/NPsCrsv8ak=
248248
golang.org/x/mod v0.32.0 h1:9F4d3PHLljb6x//jOyokMv3eX+YDeepZSEo3mFJy93c=
249249
golang.org/x/mod v0.32.0/go.mod h1:SgipZ/3h2Ci89DlEtEXWUk/HteuRin+HHhN+WbNhguU=
250-
golang.org/x/net v0.50.0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60=
251-
golang.org/x/net v0.50.0/go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM=
250+
golang.org/x/net v0.51.0 h1:94R/GTO7mt3/4wIKpcR5gkGmRLOuE/2hNGeWq/GBIFo=
251+
golang.org/x/net v0.51.0/go.mod h1:aamm+2QF5ogm02fjy5Bb7CQ0WMt1/WVM7FtyaTLlA9Y=
252252
golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw=
253253
golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
254254
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=

constraint/vendor/golang.org/x/net/html/iter.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

constraint/vendor/golang.org/x/net/http2/frame.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

constraint/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ golang.org/x/crypto/pbkdf2
453453
## explicit; go 1.22.0
454454
golang.org/x/exp/constraints
455455
golang.org/x/exp/slices
456-
# golang.org/x/net v0.50.0
457-
## explicit; go 1.24.0
456+
# golang.org/x/net v0.51.0
457+
## explicit; go 1.25.0
458458
golang.org/x/net/html
459459
golang.org/x/net/html/atom
460460
golang.org/x/net/html/charset

0 commit comments

Comments
 (0)