Commits
- [`ba9fcec`](https://github.com/golang/net/commit/ba9fcec4b297b415637633c5a6e8fa592e4a16c3) http2: correct ServeConnOpts.context's nil receiver check
- [`74dc4d7`](https://github.com/golang/net/commit/74dc4d7220e7acc4e100824340f3e66577424772) http2: limit number of control frames in server send queue
- [`ca1201d`](https://github.com/golang/net/commit/ca1201d0de80cfde86cb01aea620983605dfe99b) http2: use updated URI in doc
- [`da137c7`](https://github.com/golang/net/commit/da137c7871d730100384dbcf36e6f8fa493aef5b) proxy: fix TestDial failures on wasm/js
- [`3b0461e`](https://github.com/golang/net/commit/3b0461eec859c4b73bb64fdc8285971fd33e3938) internal/socket, ipv4, ipv6: add support for GOOS=illumos
- [`b5b0513`](https://github.com/golang/net/commit/b5b0513f8c1bb7c1e3e6f168fba117131fe2614a) publicsuffix: update table to latest list from publicsuffix.org
- [`d28f0bd`](https://github.com/golang/net/commit/d28f0bde5980168871434b95cfc858db9f2a7a99) all: follow convention for generated code comment
- [`3f473d3`](https://github.com/golang/net/commit/3f473d35a33aa6fdd203e306dc439b797820e3f1) internal/socket: add support for freebsd/arm64
- [`dbab0cf`](https://github.com/golang/net/commit/dbab0cf9d9b9a705cb7fd9e6e80cf6859663688b) internal/socket: add support for openbsd/arm64
- [`461777f`](https://github.com/golang/net/commit/461777fb6f67e8cb9d70cda16573678d085a74cf) http2: support getting the Server connection's base context from net/http
- Additional commits viewable in [compare view](https://github.com/golang/net/compare/922f4815f713f213882e8ef45e0d315b164d705c...ba9fcec4b297b415637633c5a6e8fa592e4a16c3)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps golang.org/x/net from
922f481
toba9fcec
.Commits
- [`ba9fcec`](https://github.com/golang/net/commit/ba9fcec4b297b415637633c5a6e8fa592e4a16c3) http2: correct ServeConnOpts.context's nil receiver check - [`74dc4d7`](https://github.com/golang/net/commit/74dc4d7220e7acc4e100824340f3e66577424772) http2: limit number of control frames in server send queue - [`ca1201d`](https://github.com/golang/net/commit/ca1201d0de80cfde86cb01aea620983605dfe99b) http2: use updated URI in doc - [`da137c7`](https://github.com/golang/net/commit/da137c7871d730100384dbcf36e6f8fa493aef5b) proxy: fix TestDial failures on wasm/js - [`3b0461e`](https://github.com/golang/net/commit/3b0461eec859c4b73bb64fdc8285971fd33e3938) internal/socket, ipv4, ipv6: add support for GOOS=illumos - [`b5b0513`](https://github.com/golang/net/commit/b5b0513f8c1bb7c1e3e6f168fba117131fe2614a) publicsuffix: update table to latest list from publicsuffix.org - [`d28f0bd`](https://github.com/golang/net/commit/d28f0bde5980168871434b95cfc858db9f2a7a99) all: follow convention for generated code comment - [`3f473d3`](https://github.com/golang/net/commit/3f473d35a33aa6fdd203e306dc439b797820e3f1) internal/socket: add support for freebsd/arm64 - [`dbab0cf`](https://github.com/golang/net/commit/dbab0cf9d9b9a705cb7fd9e6e80cf6859663688b) internal/socket: add support for openbsd/arm64 - [`461777f`](https://github.com/golang/net/commit/461777fb6f67e8cb9d70cda16573678d085a74cf) http2: support getting the Server connection's base context from net/http - Additional commits viewable in [compare view](https://github.com/golang/net/compare/922f4815f713f213882e8ef45e0d315b164d705c...ba9fcec4b297b415637633c5a6e8fa592e4a16c3)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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.