Skip to content

Commit daad65f

Browse files
build(deps): bump golang.org/x/net in /assets/http2 (#1787)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.47.0 to 0.48.0. - [Commits](golang/net@v0.47.0...v0.48.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff923d6 commit daad65f

File tree

4 files changed

+156
-20
lines changed

4 files changed

+156
-20
lines changed

assets/http2/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.24.0
44

55
toolchain go1.24.2
66

7-
require golang.org/x/net v0.47.0
7+
require golang.org/x/net v0.48.0
88

9-
require golang.org/x/text v0.31.0 // indirect
9+
require golang.org/x/text v0.32.0 // indirect

assets/http2/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
2-
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
3-
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
4-
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
1+
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=
2+
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=
3+
golang.org/x/text v0.32.0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU=
4+
golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY=

assets/http2/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.

assets/http2/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# golang.org/x/net v0.47.0
1+
# golang.org/x/net v0.48.0
22
## explicit; go 1.24.0
33
golang.org/x/net/http/httpguts
44
golang.org/x/net/http2
55
golang.org/x/net/http2/h2c
66
golang.org/x/net/http2/hpack
77
golang.org/x/net/idna
88
golang.org/x/net/internal/httpcommon
9-
# golang.org/x/text v0.31.0
9+
# golang.org/x/text v0.32.0
1010
## explicit; go 1.24.0
1111
golang.org/x/text/secure/bidirule
1212
golang.org/x/text/transform

0 commit comments

Comments
 (0)