Skip to content

Commit

Permalink
chore(deps): bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 (
Browse files Browse the repository at this point in the history
…#1003)

Bumps
[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)
from 0.0.14 to 0.0.15.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mattn/go-runewidth/commit/44b7c5b4d67df8ca22917b6800c158a6d3be3560"><code>44b7c5b</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-runewidth/issues/73">#73</a>
from shogo82148/add-go1.20</li>
<li><a
href="https://github.com/mattn/go-runewidth/commit/fdb25172dac50a5bd73898f88e6e057635be9c26"><code>fdb2517</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-runewidth/issues/72">#72</a>
from shogo82148/bump-github-actions</li>
<li><a
href="https://github.com/mattn/go-runewidth/commit/da7ce5baf2cc56998284df900192124a1c05390c"><code>da7ce5b</code></a>
add Go 1.20, 1.19, 1.18 and 1.17 to the build matrix.</li>
<li><a
href="https://github.com/mattn/go-runewidth/commit/4874798c9a78e5e99d7872c19eaab85d833b5445"><code>4874798</code></a>
bump GitHub Actions</li>
<li>See full diff in <a
href="https://github.com/mattn/go-runewidth/compare/v0.0.14...v0.0.15">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-runewidth&package-manager=go_modules&previous-version=0.0.14&new-version=0.0.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent 5a1d497 commit 60d6605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/jmhodges/levigo v1.0.0
github.com/libp2p/go-buffer-pool v0.1.0
github.com/linxGnu/grocksdb v1.7.15
github.com/mattn/go-runewidth v0.0.14
github.com/mattn/go-runewidth v0.0.15
github.com/pelletier/go-toml v1.9.5
github.com/peterbourgon/ff/v3 v3.4.0
github.com/pmezard/go-difflib v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60d6605

Please sign in to comment.