Skip to content

Commit e813408

Browse files
dependabot[bot]ctlong
authored andcommitted
build(deps): bump golang.org/x/net in /assets/http2
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.39.0. - [Commits](golang/net@v0.35.0...v0.39.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2a5f0d commit e813408

File tree

9 files changed

+238
-160
lines changed

9 files changed

+238
-160
lines changed

assets/http2/go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
module github.com/cloudfoundry/cf-acceptance-tests/assets/http2
22

33
go 1.23
4+
toolchain go1.24.1
45

5-
toolchain go1.23.7
6+
require golang.org/x/net v0.39.0
67

7-
require golang.org/x/net v0.35.0
8-
9-
require golang.org/x/text v0.22.0 // indirect
8+
require golang.org/x/text v0.24.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.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
2-
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
3-
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
4-
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
1+
golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=
2+
golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E=
3+
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
4+
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=

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

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

assets/http2/vendor/golang.org/x/net/http2/h2c/h2c.go

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

assets/http2/vendor/golang.org/x/net/http2/server.go

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

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

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

0 commit comments

Comments
 (0)