Skip to content

Bump the go group across 1 directory with 6 updates#1558

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-9e35150abe
Open

Bump the go group across 1 directory with 6 updates#1558
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-9e35150abe

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps the go group with 6 updates in the / directory:

Package From To
github.com/buger/jsonparser 1.1.2 1.2.0
github.com/gookit/color 1.6.0 1.6.1
github.com/jedib0t/go-pretty/v6 6.6.8 6.7.10
github.com/vbauerster/mpb/v8 8.10.2 8.12.0
golang.org/x/term 0.42.0 0.43.0
golang.org/x/text 0.36.0 0.37.0

Updates github.com/buger/jsonparser from 1.1.2 to 1.2.0

Release notes

Sourced from github.com/buger/jsonparser's releases.

v1.2.0

What's Changed

Full Changelog: buger/jsonparser@v1.1.2...v1.2.0

Commits
  • c172c16 Merge pull request #269 from buger/tinygo
  • 680cd2e Merge pull request #281 from buger/reqproof-assurance-hardening
  • 9dce61c Migrate review storage from reviews/ folder to per-requirement timestamps
  • c03b9ef feat: add property-based obligation classes with 24 new SYS-REQs
  • 9c46110 chore: fix spec lint warnings — remove stale parent field, set review metadata
  • 8bbb8a8 Close coverage gaps: SYS-REQ-007/008/010 fuzz harness coverage to 100%
  • 552e93b Install Z3 via apt before audit
  • 98133b4 Remove manual Z3 pre-download, now handled by proof-action
  • 1b70ead Debug Z3 pre-download: remove output suppression
  • aac1fbc Pre-download Z3 solver before audit
  • Additional commits viewable in compare view

Updates github.com/gookit/color from 1.6.0 to 1.6.1

Release notes

Sourced from github.com/gookit/color's releases.

v1.6.1

Change Log

Fixed

Other

Commits
  • d232e11 ci(release): remove Go version matrix and simplify build steps in release action
  • 1245572 fix(convert): incorrect conversion between integer types
  • 2bb27a5 fix(detect): should enable VTP on windows CMD,PWSH
  • e58a899 fix: re-apply color after nested reset in RenderString (#119)
  • de1e243 Add 'stable' to Go version matrix and update action
  • ed1b9cc build(deps): bump actions/checkout from 5 to 6 (#115)
  • 2e18426 build(deps): bump github/codeql-action from 3 to 4 (#113)
  • See full diff in compare view

Updates github.com/jedib0t/go-pretty/v6 from 6.6.8 to 6.7.10

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.7.10

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.7.9...v6.7.10

v6.7.9

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.8...v6.7.9

v6.7.8

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.7...v6.7.8

v6.7.7

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.6...v6.7.7

v6.7.6

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.5...v6.7.6

v6.7.5

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.4...v6.7.5

v6.7.4

What's Changed

... (truncated)

Commits
  • 66563fd text: fix panic on align with unicode (#404)
  • 017a359 table: markdown padding for human-friendly output; fixes #402 (#403)
  • f05e1de progress: address race conditions in render/stop/trackers; fixes 399 (#401)
  • 1cebbc5 progress: SortByIndex for better control of sorting (#398)
  • b0a2ab9 table: fix border with no data rows (original behavior) (#397)
  • 73867dd table: fix border with no data rows; fixes #395 (#396)
  • b2eda90 table: split style.go into individual files (#392)
  • 0b7174f README.me: link to package README.md instead of folder (#391)
  • 361b3e6 table: FilterBy: add row filtering support (#390)
  • 66db774 text: fix alignment issues with box/block chars (#389)
  • Additional commits viewable in compare view

Updates github.com/vbauerster/mpb/v8 from 8.10.2 to 8.12.0

Release notes

Sourced from github.com/vbauerster/mpb/v8's releases.

v8.12.0

Full Changelog: vbauerster/mpb@v8.11.3...v8.12.0

v8.11.3

Full Changelog: vbauerster/mpb@v8.11.2...v8.11.3

v8.11.2

Full Changelog: vbauerster/mpb@v8.10.2...v8.11.2

Commits

Updates golang.org/x/term from 0.42.0 to 0.43.0

Commits

Updates golang.org/x/text from 0.36.0 to 0.37.0

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 group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/buger/jsonparser](https://github.com/buger/jsonparser) | `1.1.2` | `1.2.0` |
| [github.com/gookit/color](https://github.com/gookit/color) | `1.6.0` | `1.6.1` |
| [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.6.8` | `6.7.10` |
| [github.com/vbauerster/mpb/v8](https://github.com/vbauerster/mpb) | `8.10.2` | `8.12.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.42.0` | `0.43.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.36.0` | `0.37.0` |



Updates `github.com/buger/jsonparser` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/buger/jsonparser/releases)
- [Commits](buger/jsonparser@v1.1.2...v1.2.0)

Updates `github.com/gookit/color` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/gookit/color/releases)
- [Commits](gookit/color@v1.6.0...v1.6.1)

Updates `github.com/jedib0t/go-pretty/v6` from 6.6.8 to 6.7.10
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.6.8...v6.7.10)

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/term` from 0.42.0 to 0.43.0
- [Commits](golang/term@v0.42.0...v0.43.0)

Updates `golang.org/x/text` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.36.0...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/buger/jsonparser
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/gookit/color
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-version: 6.7.10
  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/term
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/text
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

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 May 11, 2026
@ehl-jf ehl-jf added the ignore for release Automatically generated release notes label May 11, 2026
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 ignore for release Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant