Skip to content

Commit b29a6db

Browse files
authored
Merge pull request #27750 from containers/renovate/golang.org-x-net-0.x
fix(deps): update module golang.org/x/net to v0.48.0
2 parents f292391 + e49992f commit b29a6db

File tree

5 files changed

+153
-17
lines changed

5 files changed

+153
-17
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ require (
6868
go.podman.io/image/v5 v5.38.1-0.20251209230740-724707234895
6969
go.podman.io/storage v1.61.1-0.20251209230740-724707234895
7070
golang.org/x/crypto v0.46.0
71-
golang.org/x/net v0.47.0
71+
golang.org/x/net v0.48.0
7272
golang.org/x/sync v0.19.0
7373
golang.org/x/sys v0.39.0
7474
golang.org/x/term v0.38.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
491491
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
492492
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
493493
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
494-
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
495-
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
494+
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=
495+
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=
496496
golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw=
497497
golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
498498
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/golang.org/x/net/http2/transport.go

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

vendor/golang.org/x/net/trace/events.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ golang.org/x/crypto/xts
10031003
# golang.org/x/mod v0.30.0
10041004
## explicit; go 1.24.0
10051005
golang.org/x/mod/semver
1006-
# golang.org/x/net v0.47.0
1006+
# golang.org/x/net v0.48.0
10071007
## explicit; go 1.24.0
10081008
golang.org/x/net/bpf
10091009
golang.org/x/net/html

0 commit comments

Comments
 (0)