Skip to content

build(deps): bump golang.org/x/net from 0.47.0 to 0.55.0 - #866

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/golang.org/x/net-0.55.0
Closed

build(deps): bump golang.org/x/net from 0.47.0 to 0.55.0#866
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/golang.org/x/net-0.55.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/net from 0.47.0 to 0.55.0.

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.47.0 to 0.55.0.
- [Commits](golang/net@v0.47.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 7, 2026
@natalie-o-perret

Copy link
Copy Markdown
Contributor

Closing as superseded by #885. The replacement updates the coordinated root golang.org/x/* graph, including x/net v0.56.0 (newer than this PR target of v0.55.0) and x/text v0.39.0, which fixes GO-2026-5970.

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/golang.org/x/net-0.55.0 branch August 4, 2026 08:39
natalie-o-perret added a commit that referenced this pull request Aug 6, 2026
# Description

Update the coordinated `golang.org/x/*` dependency set in the root
module:

- `crypto` v0.45.0 to v0.53.0
- `net` v0.47.0 to v0.56.0
- `sys` v0.38.0 to v0.46.0
- `term` v0.37.0 to v0.44.0
- `text` v0.31.0 to v0.39.0
- `tools` v0.38.0 to v0.47.0

This brings `x/text` to the version that fixes GO-2026-5970. The sibling
updates are the versions selected by Go module resolution for `x/text
v0.39.0`. Regenerate `go.sum` and the committed vendor tree.

Synchronize the separate `tests/integ` module with the dependency graph
selected through its root-module replacement. This also records the
already-selected AWS SDK versions, including S3 v1.105.0, EventStream
v1.7.14, and Smithy v1.27.3.

This coordinated update supersedes #872, #866, #873, #861, #860, and
#859.

## Checklist
(For exoscale contributors)

* [x] Changelog updated (under *Unreleased* block, and add the Pull
Request #number for each bit you add to the `CHANGELOG.md`)
* [x] Testing

## Testing

`go fmt ./...`, `make lint`, `go vet ./...`, `make build`, `make
test-verbose`, `go test ./...`, and `golangci-lint run --timeout 4m`
passed. `go test -v` from `tests/e2e/` passed all 25 API-free scenarios.

In `tests/integ`, `go fmt ./...`, `go test ./...`, `go test
-tags=integration_api -run '^$' ./...`, and `govulncheck ./...` passed.

Both modules pass `go mod tidy -diff` and `go mod verify`. A separately
generated root vendor tree matched the committed tree.

Root and integration-module `govulncheck ./...` scans reported no
reachable vulnerabilities. Verbose root output reported no package
vulnerabilities and only GO-2026-5932 at module level for the
unimported, unmaintained `x/crypto/openpgp` package, which has no fixed
version.

---

> [!NOTE]
> AI assistance: dependency analysis, PR description, changelog entry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant