Skip to content

build(deps): bump the gomod group across 1 directory with 2 updates#8591

Merged
zhaohuabing merged 3 commits intomainfrom
dependabot/go_modules/gomod-54f5b4e8bc
Mar 25, 2026
Merged

build(deps): bump the gomod group across 1 directory with 2 updates#8591
zhaohuabing merged 3 commits intomainfrom
dependabot/go_modules/gomod-54f5b4e8bc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 25, 2026

Bumps the gomod group with 2 updates in the / directory: github.com/fatih/color and github.com/replicatedhq/troubleshoot.

Updates github.com/fatih/color from 1.18.0 to 1.19.0

Release notes

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

v1.19.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

Commits
  • ca25f6e Merge pull request #266 from fatih/dependabot/github_actions/actions/setup-go-6
  • 1205984 Bump actions/setup-go from 5 to 6
  • 5715c20 Merge pull request #269 from UnSubble/main
  • 2f6e200 Merge branch 'main' into main
  • f72ec94 Merge pull request #273 from fatih/dependabot/github_actions/actions/checkout-6
  • 848e633 Merge branch 'main' into main
  • 4c2cd34 Add tests
  • 7f812f0 Bump actions/checkout from 4 to 6
  • b7fc9f9 Merge pull request #259 from fatih/dependabot/github_actions/dominikh/staticc...
  • 239a88f Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0
  • Additional commits viewable in compare view

Updates github.com/replicatedhq/troubleshoot from 0.125.0 to 0.125.1

Release notes

Sourced from github.com/replicatedhq/troubleshoot's releases.

v0.125.1

Changelog

  • b4fd76a5e136f73717b25c779e02cc9cc5891367 chore(deps): bump helm.sh/helm/v3 from 3.20.0 to 3.20.1 in /examples/sdk/helm-template in the security group (#1996)
  • 11e06c7b37043eecadc16aa5e2e45e0fd7e2ad6c chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.79.3 (#1998)
  • af3e5ab50114d336da9e0d627bca65a42be82cee chore(deps): bump dorny/paths-filter from 3 to 4 (#1994)
  • 3ded294ae8247554940c3ed08bc3ab60a25794d8 chore(deps): bump the security group with 5 updates (#1995)
Commits
  • b4fd76a chore(deps): bump helm.sh/helm/v3 from 3.20.0 to 3.20.1 in /examples/sdk/helm...
  • 11e06c7 chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.79.3 (#1998)
  • af3e5ab chore(deps): bump dorny/paths-filter from 3 to 4 (#1994)
  • 3ded294 chore(deps): bump the security group with 5 updates (#1995)
  • 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 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 25, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 25, 2026 04:13
@dependabot dependabot Bot added go Pull requests that update Go code dependencies Pull requests that update a dependency file labels Mar 25, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 25, 2026

Deploy Preview for cerulean-figolla-1f9435 canceled.

Name Link
🔨 Latest commit 1bced5a
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/69c3b1ea9d89a60008933920

@zhaohuabing zhaohuabing force-pushed the dependabot/go_modules/gomod-54f5b4e8bc branch from a986675 to d0fcf03 Compare March 25, 2026 09:34
dependabot Bot and others added 3 commits March 25, 2026 17:59
Bumps the gomod group with 2 updates in the / directory: [github.com/fatih/color](https://github.com/fatih/color) and [github.com/replicatedhq/troubleshoot](https://github.com/replicatedhq/troubleshoot).


Updates `github.com/fatih/color` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.18.0...v1.19.0)

Updates `github.com/replicatedhq/troubleshoot` from 0.125.0 to 0.125.1
- [Release notes](https://github.com/replicatedhq/troubleshoot/releases)
- [Commits](replicatedhq/troubleshoot@v0.125.0...v0.125.1)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/replicatedhq/troubleshoot
  dependency-version: 0.125.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
@zhaohuabing zhaohuabing force-pushed the dependabot/go_modules/gomod-54f5b4e8bc branch from 4441ba9 to 1bced5a Compare March 25, 2026 09:59
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.32%. Comparing base (485decc) to head (1bced5a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8591      +/-   ##
==========================================
- Coverage   74.38%   74.32%   -0.06%     
==========================================
  Files         243      243              
  Lines       38143    38143              
==========================================
- Hits        28372    28351      -21     
- Misses       7786     7804      +18     
- Partials     1985     1988       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zhaohuabing zhaohuabing merged commit 18b3fcb into main Mar 25, 2026
57 of 59 checks passed
@zhaohuabing zhaohuabing deleted the dependabot/go_modules/gomod-54f5b4e8bc branch March 25, 2026 13:30
skos-ninja pushed a commit to skos-ninja/envoy-gateway that referenced this pull request May 1, 2026
…nvoyproxy#8591)

* build(deps): bump the gomod group across 1 directory with 2 updates

Bumps the gomod group with 2 updates in the / directory: [github.com/fatih/color](https://github.com/fatih/color) and [github.com/replicatedhq/troubleshoot](https://github.com/replicatedhq/troubleshoot).

Updates `github.com/fatih/color` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.18.0...v1.19.0)

Updates `github.com/replicatedhq/troubleshoot` from 0.125.0 to 0.125.1
- [Release notes](https://github.com/replicatedhq/troubleshoot/releases)
- [Commits](replicatedhq/troubleshoot@v0.125.0...v0.125.1)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/replicatedhq/troubleshoot
  dependency-version: 0.125.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix gen

Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>

* fix gen

Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Signed-off-by: Jake Oliver <jake@truelayer.com>
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.

1 participant