Skip to content

Bump golang.org/x/net from 0.54.0 to 0.56.0#28

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

Bump golang.org/x/net from 0.54.0 to 0.56.0#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/net-0.56.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps golang.org/x/net from 0.54.0 to 0.56.0.

Commits
  • 9e7fdbf internal/http3: fix wrong argument being given when validating header value
  • b686e5f internal/http3: add gzip support to transport
  • 8a34885 go.mod: update golang.org/x dependencies
  • 72eaf98 dns/dnsmessage: correctly validate SVCB record parameter order
  • 82e7868 dns/dnsmessage: avoid panic when parsing SVCB record with truncated data
  • b64f1fa internal/http3: add server support for "Trailer:" magic prefix
  • 2707ee2 internal/http3: implement HTTP/3 clientConn methods
  • 31358cc internal/http3: snapshot response headers at WriteHeader time
  • 8ecbaa9 html: don't adjust xml:base
  • 8ae811a html: properly handle end script tag in fragment mode
  • 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)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.54.0 to 0.56.0.
- [Commits](golang/net@v0.54.0...v0.56.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
@kilo-code-bot

kilo-code-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

This is a Dependabot dependency update PR updating:

  • golang.org/x/net from 0.54.0 to 0.56.0
  • golang.org/x/sys from 0.44.0 to 0.46.0 (transitive)
  • golang.org/x/crypto from 0.51.0 to 0.53.0 (transitive)

All changes are in vendored/generated files (zsyscall_*, ztypes_*, zerrors_*, zsysnum_*) and related auto-generated syscall wrappers. These are standard Go library updates with no application code changes.

Per review guidelines, generated/vendor files are skipped for code review unless there are specific concerns.

Files Reviewed (22 files)
  • vendor/golang.org/x/net/webdav/internal/xml/read.go - Generated/vendor code
  • vendor/golang.org/x/sys/unix/readv_unix.go - New syscall wrapper file
  • vendor/golang.org/x/sys/unix/syscall_darwin.go - Syscall wrapper
  • vendor/golang.org/x/sys/unix/syscall_linux.go - Syscall wrapper
  • vendor/golang.org/x/sys/unix/syscall_openbsd.go - Syscall wrapper
  • vendor/golang.org/x/sys/unix/zerrors_linux*.go - Generated constants
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd*.go - Generated syscall wrappers
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd*.s - Assembly trampolines
  • vendor/golang.org/x/sys/unix/zsysnum_linux*.go - Generated syscall numbers
  • vendor/golang.org/x/sys/unix/ztypes_linux*.go - Generated type definitions
  • vendor/golang.org/x/sys/windows/syscall_windows.go - Windows syscall wrapper
  • vendor/golang.org/x/sys/windows/types_windows.go - Generated Windows types
  • vendor/golang.org/x/sys/windows/zsyscall_windows.go - Generated Windows syscalls
  • vendor/modules.txt - Module dependency listing

Reviewed by laguna-m.1-20260312:free · 753,287 tokens

@snapetech

Copy link
Copy Markdown
Owner

Resolved on main by fc9a152: golang.org/x/net is now v0.56.0, golang.org/x/crypto is v0.53.0, golang.org/x/sys is v0.46.0, vendor is refreshed, govulncheck reports no vulnerabilities, and full verify passed. Closing this superseded Dependabot PR.

@snapetech snapetech closed this Jun 16, 2026
@snapetech snapetech deleted the dependabot/go_modules/golang.org/x/net-0.56.0 branch June 16, 2026 16:06
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant