Skip to content

Commit bcf33e5

Browse files
chore(deps): update module github.com/mattn/go-runewidth to v0.0.19 (#14380)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/mattn/go-runewidth](https://redirect.github.com/mattn/go-runewidth) | `v0.0.17` → `v0.0.19` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmattn%2fgo-runewidth/v0.0.19?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmattn%2fgo-runewidth/v0.0.17/v0.0.19?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mattn/go-runewidth (github.com/mattn/go-runewidth)</summary> ### [`v0.0.19`](https://redirect.github.com/mattn/go-runewidth/compare/v0.0.18...v0.0.19) [Compare Source](https://redirect.github.com/mattn/go-runewidth/compare/v0.0.18...v0.0.19) ### [`v0.0.18`](https://redirect.github.com/mattn/go-runewidth/compare/v0.0.17...v0.0.18) [Compare Source](https://redirect.github.com/mattn/go-runewidth/compare/v0.0.17...v0.0.18) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Boten <[email protected]>
1 parent 7c63cfb commit bcf33e5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

internal/tools/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ require (
7979
github.com/charmbracelet/x/term v0.2.2 // indirect
8080
github.com/ckaznocha/intrange v0.3.1 // indirect
8181
github.com/client9/misspell v0.3.4 // indirect
82+
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
8283
github.com/cloudflare/circl v1.6.2 // indirect
8384
github.com/curioswitch/go-reassign v0.3.0 // indirect
8485
github.com/cyphar/filepath-securejoin v0.5.0 // indirect
@@ -179,7 +180,7 @@ require (
179180
github.com/matoous/godox v1.1.0 // indirect
180181
github.com/mattn/go-colorable v0.1.14 // indirect
181182
github.com/mattn/go-isatty v0.0.20 // indirect
182-
github.com/mattn/go-runewidth v0.0.17 // indirect
183+
github.com/mattn/go-runewidth v0.0.19 // indirect
183184
github.com/mattn/go-shellwords v1.0.12 // indirect
184185
github.com/mgechev/revive v1.12.0 // indirect
185186
github.com/mitchellh/go-homedir v1.1.0 // indirect

internal/tools/go.sum

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)