build(deps): bump the go-dependencies group across 1 directory with 5 updates - #1910
Merged
Merged
Conversation
rcaril
approved these changes
Sep 16, 2026
rcaril
enabled auto-merge (squash)
September 16, 2026 16:49
Member
|
@dependabot recreate |
… updates Bumps the go-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [golang.org/x/term](https://github.com/golang/term) | `0.45.0` | `0.46.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.55.0` | `0.57.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.58.0` | `0.59.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.41.0` | `0.42.0` | | [github.com/fastly/go-fastly/v17](https://github.com/fastly/go-fastly) | `17.3.1` | `17.3.2` | Updates `golang.org/x/term` from 0.45.0 to 0.46.0 - [Commits](golang/term@v0.45.0...v0.46.0) Updates `golang.org/x/crypto` from 0.55.0 to 0.57.0 - [Commits](golang/crypto@v0.55.0...v0.57.0) 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/text` from 0.41.0 to 0.42.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.41.0...v0.42.0) Updates `github.com/fastly/go-fastly/v17` from 17.3.1 to 17.3.2 - [Release notes](https://github.com/fastly/go-fastly/releases) - [Changelog](https://github.com/fastly/go-fastly/blob/main/CHANGELOG.md) - [Commits](fastly/go-fastly@v17.3.1...v17.3.2) --- updated-dependencies: - dependency-name: github.com/fastly/go-fastly/v17 dependency-version: 17.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.59.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/term dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/text dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-e1b8fa51f6
branch
from
September 16, 2026 17:02
6a5a122 to
931a5ff
Compare
rcaril
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 5 updates in the / directory:
0.45.00.46.00.55.00.57.00.58.00.59.00.41.00.42.017.3.117.3.2Updates
golang.org/x/termfrom 0.45.0 to 0.46.0Commits
6226200go.mod: update golang.org/x dependencies7c2fb74term: process bytes returned with a read error3963fceall: upgrade go directive to at least 1.26.0 [generated]Updates
golang.org/x/cryptofrom 0.55.0 to 0.57.0Commits
3f62bf1go.mod: update golang.org/x dependencies86efde5ssh: reject unexpected message types on established channelsa6cdac6ssh: drop traffic on undecided channels39dc44essh: don't skip the source-address critical option in CheckCertafebf4cx509roots/fallback/bundle: make subjectsEqual stricter on Go 1.27+89f4e9bx509roots/fallback: update bundle71488c4ssh/knownhosts: compare only public key portions for revocation82adefassh: synchronize unexpected response testc757c98all: upgrade go directive to at least 1.26.0 [generated]593c81assh: correctly ignore pre-banner linesUpdates
golang.org/x/netfrom 0.58.0 to 0.59.0Commits
540d04cgo.mod: update golang.org/x dependencies20eef7fquic: clear fast-path receive buffer on stream resetc23af1binternal/http3: fix compilation error due to missed symbol name updateeda109finternal/http3: send appropriate error codes in STOP_SENDING frames12e0501internal/http3: server header size limitsd89285equic: add Stream.StopSending, and rework stream/application errorsd34deaequic: ensure Endpoint.Close waits for connection loops to exit55577aahttp2: use IDNA Lookup profile, not raw Punycode translationb22627einternal/http3: handle a nil TLSConfig in newQUICConfig6e98b0dinternal/http3: report endpoint creation errors from initEndpointUpdates
golang.org/x/textfrom 0.41.0 to 0.42.0Commits
fafe4a0go.mod: update golang.org/x dependenciesf53c316unicode/norm: don't truncate runes in the recomposition map key37867f6unicode/norm: let any starter block composition in compose0dd525funicode/norm: compose non-Hangul runes after a Hangul syllablebac26e5unicode/norm: avoid improper ErrShortDst return in Form.transform4f55186unicode/norm: simplify short source detection in Form.transforma1b6c10unicode/norm: prevent decomposeSegment from moving backwardscd1cbc9unicode/bidi: panic rather than log.Panicfa459614internal/export/idna: fix conformance with optional validation disabledbe70a61internal/export/idna: drop trie field from ProfilesUpdates
github.com/fastly/go-fastly/v17from 17.3.1 to 17.3.2Release notes
Sourced from github.com/fastly/go-fastly/v17's releases.
Changelog
Sourced from github.com/fastly/go-fastly/v17's changelog.
Commits
993fcf8Release 17.3.2 (#866)5383c63Add support for thesecret_idattribute for Provider Connections (#865)b6e97faadd version staged filter test (#847)355bdadbuild(deps): bump the go-dependencies group with 2 updates (#862)14d07babuild(deps): bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 in the gha-dep...cc3e0f6[CDTOOL-1729] Update ARC Fixtures (#861)Most Recent Ignore Conditions Applied to This Pull Request