Skip to content

chore(deps): bump the go-modules group with 4 updates#91

Merged
idiap-bot merged 1 commit intomainfrom
dependabot/go_modules/go-modules-6438e1cc7d
Feb 23, 2026
Merged

chore(deps): bump the go-modules group with 4 updates#91
idiap-bot merged 1 commit intomainfrom
dependabot/go_modules/go-modules-6438e1cc7d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the go-modules group with 4 updates: github.com/aws/smithy-go, github.com/clipperhouse/displaywidth, github.com/ebitengine/purego and github.com/olekukonko/ll.

Updates github.com/aws/smithy-go from 1.24.0 to 1.24.1

Release notes

Sourced from github.com/aws/smithy-go's releases.

Release (2026-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware
Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware

Release (2025-12-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.0
    • Feature: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.

Release (2025-11-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.2
    • Bug Fix: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.
    • Bug Fix: Avoid unnecessary allocation overhead from the metrics system when not in use.

Release (2025-10-15)

General Highlights

  • Dependency Update: Bump minimum go version to 1.23.
  • Dependency Update: Updated to the latest SDK module versions

Release (2025-09-18)

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.1.0
    • Feature: Added support for SIG4/SIGV4A querystring authentication.

Release (2025-08-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.0
    • Feature: Sort map keys in JSON Document types.

Release (2025-07-24)

... (truncated)

Commits

Updates github.com/clipperhouse/displaywidth from 0.10.0 to 0.11.0

Changelog

Sourced from github.com/clipperhouse/displaywidth's changelog.

[0.11.0]

Compare

Added

  • New ControlSequences8Bit option to treat 8-bit ECMA-48 (C1) escape sequences as zero-width. (#22)

Changed

  • Upgraded uax29 dependency to v2.7.0 for 8-bit escape sequence support in the grapheme iterator.
  • Truncation now validates that preserved trailing escape sequences are zero-width, preventing edge cases where non-zero-width sequences could leak into output.

Note

  • ControlSequences8Bit is deliberately ignored by TruncateString and TruncateBytes, because C1 byte values (0x80–0x9F) overlap with UTF-8 multi-byte encoding.
Commits

Updates github.com/ebitengine/purego from 0.9.1 to 0.10.0

Release notes

Sourced from github.com/ebitengine/purego's releases.

v0.10.0

  • Add supported platforms (linux/386, linux/arm, linux/ppc64le, linux/riscv64, and linux/s390x)
  • Support structs on Linux (#236)
  • Fix some bugs
Commits
  • bb9b1f4 all: v0.10.0 released
  • 585a4c5 purego: add support for s390x (#413)
  • d685103 .github/workflows: reduce CI time for minor architectures (#417)
  • d8dcb88 return errno value on darwin amd64/arm64 (#416)
  • 587d406 .github/workflows: test against 1.26 and update patch versions (#414)
  • 1a5155f purego: extend struct argument support to Linux amd64/arm64 (#361)
  • 071d22a purego: add support for ppc64le (#408)
  • e8ef616 .github/workflows: Update Go version to 1.26.0-rc.3 (#409)
  • 2fe737a purego: add benchmarks for calling methods (#363)
  • 49bede1 purego: add support for linux/386 (#403)
  • Additional commits viewable in compare view

Updates github.com/olekukonko/ll from 0.1.6 to 0.1.7

Commits

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-modules group with 4 updates: [github.com/aws/smithy-go](https://github.com/aws/smithy-go), [github.com/clipperhouse/displaywidth](https://github.com/clipperhouse/displaywidth), [github.com/ebitengine/purego](https://github.com/ebitengine/purego) and [github.com/olekukonko/ll](https://github.com/olekukonko/ll).


Updates `github.com/aws/smithy-go` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.24.0...v1.24.1)

Updates `github.com/clipperhouse/displaywidth` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/clipperhouse/displaywidth/releases)
- [Changelog](https://github.com/clipperhouse/displaywidth/blob/main/CHANGELOG.md)
- [Commits](clipperhouse/displaywidth@v0.10.0...v0.11.0)

Updates `github.com/ebitengine/purego` from 0.9.1 to 0.10.0
- [Release notes](https://github.com/ebitengine/purego/releases)
- [Commits](ebitengine/purego@v0.9.1...v0.10.0)

Updates `github.com/olekukonko/ll` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/olekukonko/ll/releases)
- [Commits](olekukonko/ll@v0.1.6...v0.1.7)

---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.24.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/clipperhouse/displaywidth
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/ebitengine/purego
  dependency-version: 0.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/olekukonko/ll
  dependency-version: 0.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

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 Feb 23, 2026
@idiap-bot idiap-bot added the semver:patch A change requiring a patch version bump label Feb 23, 2026
@idiap-bot idiap-bot merged commit bc73f96 into main Feb 23, 2026
12 of 13 checks passed
@idiap-bot idiap-bot deleted the dependabot/go_modules/go-modules-6438e1cc7d branch February 23, 2026 17:32
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 semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants