Bump the go group across 1 directory with 5 updates#1536
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the go group across 1 directory with 5 updates#1536dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
ehl-jf
approved these changes
Mar 26, 2026
04bb0ed to
8f16b9b
Compare
ehl-jf
approved these changes
Mar 31, 2026
Bumps the go group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.6.8` | `6.7.8` | | [github.com/vbauerster/mpb/v8](https://github.com/vbauerster/mpb) | `8.10.2` | `8.12.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.18.0` | `0.20.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.37.0` | `0.41.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.31.0` | `0.35.0` | Updates `github.com/jedib0t/go-pretty/v6` from 6.6.8 to 6.7.8 - [Release notes](https://github.com/jedib0t/go-pretty/releases) - [Commits](jedib0t/go-pretty@v6.6.8...v6.7.8) Updates `github.com/vbauerster/mpb/v8` from 8.10.2 to 8.12.0 - [Release notes](https://github.com/vbauerster/mpb/releases) - [Commits](vbauerster/mpb@v8.10.2...v8.12.0) Updates `golang.org/x/sync` from 0.18.0 to 0.20.0 - [Commits](golang/sync@v0.18.0...v0.20.0) Updates `golang.org/x/term` from 0.37.0 to 0.41.0 - [Commits](golang/term@v0.37.0...v0.41.0) Updates `golang.org/x/text` from 0.31.0 to 0.35.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.31.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/jedib0t/go-pretty/v6 dependency-version: 6.7.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/vbauerster/mpb/v8 dependency-version: 8.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/sync dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/term dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/text dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
8f16b9b to
29e35e5
Compare
ehl-jf
approved these changes
Apr 2, 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 group with 5 updates in the / directory:
6.6.86.7.88.10.28.12.00.18.00.20.00.37.00.41.00.31.00.35.0Updates
github.com/jedib0t/go-pretty/v6from 6.6.8 to 6.7.8Release notes
Sourced from github.com/jedib0t/go-pretty/v6's releases.
... (truncated)
Commits
f05e1deprogress: address race conditions in render/stop/trackers; fixes 399 (#401)1cebbc5progress: SortByIndex for better control of sorting (#398)b0a2ab9table: fix border with no data rows (original behavior) (#397)73867ddtable: fix border with no data rows; fixes #395 (#396)b2eda90table: split style.go into individual files (#392)0b7174fREADME.me: link to package README.md instead of folder (#391)361b3e6table: FilterBy: add row filtering support (#390)66db774text: fix alignment issues with box/block chars (#389)a020032text: 256-colors support (#388)b9f2816README.md: fix nested colored table text/image (#387)Updates
github.com/vbauerster/mpb/v8from 8.10.2 to 8.12.0Release notes
Sourced from github.com/vbauerster/mpb/v8's releases.
Commits
d6986e1v8.12.00cda456go get -u0fb5da7actions/checkout@v6d8c3964minor: makeBar needs just priority int0f80003minor: increment bwg first9454ec3refactoring: pState.rmOnComplete8ed132cminor: amend AbortedOrCompleted comment03d2deaminor: prefer switch to if else chainef72bbcminor: unlambda w.termSize76d48feminor: avoid int64 -> uint conversionUpdates
golang.org/x/syncfrom 0.18.0 to 0.20.0Commits
ec11c4aerrgroup: fix a typo in the documentation1a58307all: modernize interface{} -> any3172ca5all: upgrade go directive to at least 1.25.0 [generated]2a180e2errgroup: use consistent read for SetLimit panicUpdates
golang.org/x/termfrom 0.37.0 to 0.41.0Commits
9d2dc07go.mod: update golang.org/x dependenciesd954e03all: upgrade go directive to at least 1.25.0 [generated]3aff304go.mod: update golang.org/x dependenciesa7e5b04go.mod: update golang.org/x dependencies943f25dx/term: handle transpose9b991ddx/term: handle delete key3863673go.mod: update golang.org/x dependenciesUpdates
golang.org/x/textfrom 0.31.0 to 0.35.0Commits
7ca2c6dgo.mod: update golang.org/x dependencies73d1ba9all: upgrade go directive to at least 1.25.0 [generated]817fba9go.mod: update golang.org/x dependencies3264de9all: clean up old Go hacks74af298all: fix tags in remaining Unicode tables117e03ball: delete old Unicode tables9463ea4all: update to Unicode 177278b25internal/export/idna: update for post-Unicode 10 idna changesf964ad8internal/export/idna: delete old code678d34eunicode/norm: preserve QC Maybe bit in packed forminfo