Skip to content

chore(deps): bump the dependencies group with 12 updates#1181

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-5cbeae1a50
Feb 1, 2026
Merged

chore(deps): bump the dependencies group with 12 updates#1181
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-5cbeae1a50

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 12 updates:

Package From To
github.com/olekukonko/tablewriter 1.1.2 1.1.3
github.com/sirupsen/logrus 1.9.3 1.9.4
github.com/urfave/cli/v3 3.6.1 3.6.2
golang.org/x/crypto 0.46.0 0.47.0
golang.org/x/term 0.38.0 0.39.0
github.com/clipperhouse/displaywidth 0.6.2 0.8.0
github.com/clipperhouse/uax29/v2 2.3.0 2.4.0
github.com/cloudflare/circl 1.6.2 1.6.3
github.com/olekukonko/errors 1.1.0 1.2.0
github.com/olekukonko/ll 0.1.3 0.1.4-0.20260115111900-9e59c2286df0
golang.org/x/net 0.48.0 0.49.0
golang.org/x/sys 0.39.0 0.40.0

Updates github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3

Commits
  • ce018e6 fix read me update version
  • e3130fb Merge pull request #309 from olekukonko/narrow
  • 975f050 update ll
  • d4923d8 add more emoji & unicode test #308
  • c8c2b21 separate tint
  • 7097b13 Fix ForceNarrowBorders for generates long strings of border characters - Upda...
  • d02c460 revert go mod to go 1.21 and update dependencies to avoid breaking changes
  • dd95aca add clarity
  • ca4e3ac clearer environment debugging information
  • b31b038 use auto detection as default
  • Additional commits viewable in compare view

Updates github.com/sirupsen/logrus from 1.9.3 to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.4

Notable changes

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

Commits
  • b61f268 Merge pull request #1472 from goldlinker/master
  • 15c29db refactor: replace the deprecated function in the ioutil package
  • cb253f3 Merge pull request #1464 from thaJeztah/touchup_godoc
  • 29b2337 Merge pull request #1468 from thaJeztah/touchup_readme
  • d916819 Merge pull request #1427 from dolmen/fix-testify-usage
  • 135e482 README: small touch-ups
  • 2c5fa36 Merge pull request #1467 from thaJeztah/rm_old_badge
  • 877ecec README: remove travis badge
  • 55cf256 Merge pull request #1393 from jsoref/grammar
  • 21bae50 Merge pull request #1426 from dolmen/testing-fix-use-of-math-rand
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v3 from 3.6.1 to 3.6.2

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.6.2

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.6.1...v3.6.2

Commits
  • fa7e0b1 Merge pull request #2247 from mikecluck/remove-redundant-separator
  • 052838d Merge branch 'main' into remove-redundant-separator
  • 07f2236 Merge pull request #2245 from dearchap/issue_2244
  • 0eaa9d5 Only show separator if command has usage text
  • f92e992 Fix:(issue_2244) Dont check req flags for help and completion commands
  • c32fd20 Merge pull request #2243 from kzygmans/docs-correct-typo-migration-guide
  • 44f2b93 Docs: correct typo in migration guide
  • fe512db Merge pull request #2242 from urfave/dependabot/pip/python-packages-5f79d4b5c7
  • 58eef2e chore(deps): bump mkdocs-material in the python-packages group
  • 2ac6b5a Merge pull request #2232 from dearchap/disc_2168
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.46.0 to 0.47.0

Commits
  • 506e022 go.mod: update golang.org/x dependencies
  • 7dacc38 chacha20poly1305: error out in fips140=only mode
  • See full diff in compare view

Updates golang.org/x/term from 0.38.0 to 0.39.0

Commits

Updates github.com/clipperhouse/displaywidth from 0.6.2 to 0.8.0

Release notes

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

v0.8.0

What's Changed

(The first SWAR ASCII optimization was superseded by the simpler version.)

Full Changelog: clipperhouse/displaywidth@v0.7.0...v0.8.0

v0.7.0

What's Changed

Full Changelog: clipperhouse/displaywidth@v0.6.2...v0.7.0

Changelog

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

[0.8.0]

Compare

Changed

  • Performance: ASCII fast path that applies to any run of printable ASCII. 2x-10x faster for ASCII text vs v0.7.0. (#16)
  • Upgraded uax29 dependency to v2.4.0 for Unicode 16 support. Text that includes Indic_Conjunct_Break may segment differently (and more correctly). (#15)

[0.7.0]

Compare

Added

  • New TruncateString and TruncateBytes methods to truncate strings to a maximum display width, with optional tail (like an ellipsis). (#13)
Commits

Updates github.com/clipperhouse/uax29/v2 from 2.3.0 to 2.4.0

Release notes

Sourced from github.com/clipperhouse/uax29/v2's releases.

v2.4.0

Adds Unicode 16 support

What's Changed

Full Changelog: clipperhouse/uax29@v2.3.0...v2.4.0

Commits

Updates github.com/cloudflare/circl from 1.6.2 to 1.6.3

Release notes

Sourced from github.com/cloudflare/circl's releases.

CIRCL v1.6.3

Fix a bug on ecc/p384 scalar multiplication.

What's Changed

Full Changelog: cloudflare/circl@v1.6.2...v1.6.3

Commits
  • 24ae53c Release CIRCL v1.6.3
  • 581020b Rename method to oddMultiplesProjective.
  • 12209a4 Removing unused cmov for jacobian points.
  • fcba359 ecc/p384: use of complete projective formulas for scalar multiplication.
  • 5e1bae8 ecc/p384: handle point doubling in point addition with Jacobian coordinates.
  • 3416046 Check opts for nil value.
  • See full diff in compare view

Updates github.com/olekukonko/errors from 1.1.0 to 1.2.0

Commits
  • 92731d2 Make the format parameter any
  • 37d9311 add warp Error
  • 02c8a9b remove countFmtArgs
  • 50a06ec Shared emptyError instance is mutable
  • 4cdaf8a Merge pull request #3 from gibmat/fix-atomic-panic
  • d604a80 Place fields used in atomic operations at beginning of struct
  • See full diff in compare view

Updates github.com/olekukonko/ll from 0.1.3 to 0.1.4-0.20260115111900-9e59c2286df0

Commits

Updates golang.org/x/net from 0.48.0 to 0.49.0

Commits
  • d977772 go.mod: update golang.org/x dependencies
  • eea413e internal/http3: use go1.25 synctest.Test instead of go1.24 synctest.Run
  • 9ace223 websocket: add missing call to resp.Body.Close
  • 7d3dbb0 http2: buffer the most recently received PRIORITY_UPDATE frame
  • See full diff in compare view

Updates golang.org/x/sys from 0.39.0 to 0.40.0

Commits
  • 2f44229 sys/cpu: add symbolic constants for remaining cpuid bits
  • e5770d2 sys/cpu: use symbolic names for masks
  • 714a44c sys/cpu: modify x86 port to match what internal/cpu does
  • See full diff 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 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 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 dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.1.2` | `1.1.3` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |
| [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.6.1` | `3.6.2` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.46.0` | `0.47.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.38.0` | `0.39.0` |
| [github.com/clipperhouse/displaywidth](https://github.com/clipperhouse/displaywidth) | `0.6.2` | `0.8.0` |
| [github.com/clipperhouse/uax29/v2](https://github.com/clipperhouse/uax29) | `2.3.0` | `2.4.0` |
| [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.6.2` | `1.6.3` |
| [github.com/olekukonko/errors](https://github.com/olekukonko/errors) | `1.1.0` | `1.2.0` |
| [github.com/olekukonko/ll](https://github.com/olekukonko/ll) | `0.1.3` | `0.1.4-0.20260115111900-9e59c2286df0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.48.0` | `0.49.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.39.0` | `0.40.0` |


Updates `github.com/olekukonko/tablewriter` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/olekukonko/tablewriter/releases)
- [Commits](olekukonko/tablewriter@v1.1.2...v1.1.3)

Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.3...v1.9.4)

Updates `github.com/urfave/cli/v3` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.6.1...v3.6.2)

Updates `golang.org/x/crypto` from 0.46.0 to 0.47.0
- [Commits](golang/crypto@v0.46.0...v0.47.0)

Updates `golang.org/x/term` from 0.38.0 to 0.39.0
- [Commits](golang/term@v0.38.0...v0.39.0)

Updates `github.com/clipperhouse/displaywidth` from 0.6.2 to 0.8.0
- [Release notes](https://github.com/clipperhouse/displaywidth/releases)
- [Changelog](https://github.com/clipperhouse/displaywidth/blob/main/CHANGELOG.md)
- [Commits](clipperhouse/displaywidth@v0.6.2...v0.8.0)

Updates `github.com/clipperhouse/uax29/v2` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/clipperhouse/uax29/releases)
- [Commits](clipperhouse/uax29@v2.3.0...v2.4.0)

Updates `github.com/cloudflare/circl` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](cloudflare/circl@v1.6.2...v1.6.3)

Updates `github.com/olekukonko/errors` from 1.1.0 to 1.2.0
- [Commits](olekukonko/errors@v1.1.0...v1.2.0)

Updates `github.com/olekukonko/ll` from 0.1.3 to 0.1.4-0.20260115111900-9e59c2286df0
- [Release notes](https://github.com/olekukonko/ll/releases)
- [Commits](https://github.com/olekukonko/ll/commits)

Updates `golang.org/x/net` from 0.48.0 to 0.49.0
- [Commits](golang/net@v0.48.0...v0.49.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.40.0
- [Commits](golang/sys@v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/term
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/clipperhouse/displaywidth
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/clipperhouse/uax29/v2
  dependency-version: 2.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/cloudflare/circl
  dependency-version: 1.6.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/olekukonko/errors
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/olekukonko/ll
  dependency-version: 0.1.4-0.20260115111900-9e59c2286df0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.49.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.40.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 00:03
@dependabot dependabot bot requested review from curzolapierre and removed request for a team February 1, 2026 00:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2026
@github-actions github-actions bot enabled auto-merge February 1, 2026 00:03
@github-actions github-actions bot merged commit d05ccc9 into master Feb 1, 2026
7 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/dependencies-5cbeae1a50 branch February 1, 2026 00:04
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.

0 participants