Skip to content

build(deps): bump the go group with 2 updates - #12

Merged
tannerryan merged 2 commits into
mainfrom
dependabot/go_modules/go-7e6d8d4451
Sep 13, 2026
Merged

tannerryan merged 2 commits into
mainfrom
dependabot/go_modules/go-7e6d8d4451

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the go group with 2 updates: golang.org/x/net and golang.org/x/sys.

Updates golang.org/x/net from 0.58.0 to 0.59.0

Commits
  • 540d04c go.mod: update golang.org/x dependencies
  • 20eef7f quic: clear fast-path receive buffer on stream reset
  • c23af1b internal/http3: fix compilation error due to missed symbol name update
  • eda109f internal/http3: send appropriate error codes in STOP_SENDING frames
  • 12e0501 internal/http3: server header size limits
  • d89285e quic: add Stream.StopSending, and rework stream/application errors
  • d34deae quic: ensure Endpoint.Close waits for connection loops to exit
  • 55577aa http2: use IDNA Lookup profile, not raw Punycode translation
  • b22627e internal/http3: handle a nil TLSConfig in newQUICConfig
  • 6e98b0d internal/http3: report endpoint creation errors from initEndpoint
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.47.0 to 0.48.0

Commits
  • 613e257 cpu: add riscv64 hwprobe drift test
  • 6f7b10f unix: add MLOCK_ONFAULT constant
  • 663e7c8 cpu: add basic support for GOARCH=sparc64
  • de5f12f cpu: add ppc64le POWER10 detection
  • 80e8acf unix: run go fix
  • 1e3c182 unix: add IPMI interface
  • d429e20 unix: stop generating sparc termbits from the generic header
  • bd3bddf unix: add missing HWTSTAMP_* constants
  • e812f53 windows: add SO_SNDTIMEO constant for socket options
  • f6989c5 unix: align Ifreq so its union accessors cannot fault
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 2 updates: [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `golang.org/x/net` from 0.58.0 to 0.59.0
- [Commits](golang/net@v0.58.0...v0.59.0)

Updates `golang.org/x/sys` from 0.47.0 to 0.48.0
- [Commits](golang/sys@v0.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/sys
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

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 Sep 13, 2026
@tannerryan
tannerryan merged commit e7a9bad into main Sep 13, 2026
8 checks passed
@tannerryan
tannerryan deleted the dependabot/go_modules/go-7e6d8d4451 branch September 13, 2026 14:05
tannerryan added a commit that referenced this pull request Sep 13, 2026
Bumps the go group with 2 updates:
[golang.org/x/net](https://github.com/golang/net) and
[golang.org/x/sys](https://github.com/golang/sys).

Updates `golang.org/x/net` from 0.58.0 to 0.59.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/540d04cfe5028e2655754591a4d3e08c586809f2"><code>540d04c</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/20eef7fe493df0e014a996c5432e177a76987b84"><code>20eef7f</code></a>
quic: clear fast-path receive buffer on stream reset</li>
<li><a
href="https://github.com/golang/net/commit/c23af1b9b8cc40d792e7ffd20aa02bfb8984a1f5"><code>c23af1b</code></a>
internal/http3: fix compilation error due to missed symbol name
update</li>
<li><a
href="https://github.com/golang/net/commit/eda109f56e86afc41ee941c810e5e4e49f901ec3"><code>eda109f</code></a>
internal/http3: send appropriate error codes in STOP_SENDING frames</li>
<li><a
href="https://github.com/golang/net/commit/12e0501290cb42609218b4818c97566c221de4c2"><code>12e0501</code></a>
internal/http3: server header size limits</li>
<li><a
href="https://github.com/golang/net/commit/d89285e91501dd797ddcc984ed09fc71f12c0af0"><code>d89285e</code></a>
quic: add Stream.StopSending, and rework stream/application errors</li>
<li><a
href="https://github.com/golang/net/commit/d34deae423f98518a84a3735ab82e3e031a375fb"><code>d34deae</code></a>
quic: ensure Endpoint.Close waits for connection loops to exit</li>
<li><a
href="https://github.com/golang/net/commit/55577aaeb84956beaf8ecbd12491a2774c33169c"><code>55577aa</code></a>
http2: use IDNA Lookup profile, not raw Punycode translation</li>
<li><a
href="https://github.com/golang/net/commit/b22627e5363920905c17b5e37e10d2b0329972ec"><code>b22627e</code></a>
internal/http3: handle a nil TLSConfig in newQUICConfig</li>
<li><a
href="https://github.com/golang/net/commit/6e98b0dc709b77cf047bee24a08232937ea78bab"><code>6e98b0d</code></a>
internal/http3: report endpoint creation errors from initEndpoint</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/net/compare/v0.58.0...v0.59.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/sys` from 0.47.0 to 0.48.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/613e2570718ecde85c04e69ebd5585c3881c442c"><code>613e257</code></a>
cpu: add riscv64 hwprobe drift test</li>
<li><a
href="https://github.com/golang/sys/commit/6f7b10ff75aa2a3a1229116f47d194a97f66f174"><code>6f7b10f</code></a>
unix: add MLOCK_ONFAULT constant</li>
<li><a
href="https://github.com/golang/sys/commit/663e7c83671d6d15250999d93bb45e03741b3014"><code>663e7c8</code></a>
cpu: add basic support for GOARCH=sparc64</li>
<li><a
href="https://github.com/golang/sys/commit/de5f12f6057cc60a98b17cfd2aedcf50a0aea7a7"><code>de5f12f</code></a>
cpu: add ppc64le POWER10 detection</li>
<li><a
href="https://github.com/golang/sys/commit/80e8acfdcd3dacd2e8a4c2906d5b6a2ba0fdbc68"><code>80e8acf</code></a>
unix: run go fix</li>
<li><a
href="https://github.com/golang/sys/commit/1e3c182d5eb393bbf86cba8b726d9edab596c50d"><code>1e3c182</code></a>
unix: add IPMI interface</li>
<li><a
href="https://github.com/golang/sys/commit/d429e20367b198593bc9d6e1babac786eafb5434"><code>d429e20</code></a>
unix: stop generating sparc termbits from the generic header</li>
<li><a
href="https://github.com/golang/sys/commit/bd3bddf0517f9d9b5e00f8ffeedd939dc80652f5"><code>bd3bddf</code></a>
unix: add missing HWTSTAMP_* constants</li>
<li><a
href="https://github.com/golang/sys/commit/e812f53e86a9631a2922a068229188c29fdf5795"><code>e812f53</code></a>
windows: add SO_SNDTIMEO constant for socket options</li>
<li><a
href="https://github.com/golang/sys/commit/f6989c5959ab33dcb983eaf490de10d83dbc810d"><code>f6989c5</code></a>
unix: align Ifreq so its union accessors cannot fault</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/sys/compare/v0.47.0...v0.48.0">compare
view</a></li>
</ul>
</details>
<br />

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions

</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tanner Ryan <tanner@txryan.com>
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