mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-24 13:48:51 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/mattn/go-runewidth/releases) - [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.13...v0.0.14) --- updated-dependencies: - dependency-name: github.com/mattn/go-runewidth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
308 B
Modula-2
13 lines
308 B
Modula-2
module github.com/gdamore/tcell/v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gdamore/encoding v1.0.0
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/mattn/go-runewidth v0.0.14
|
|
golang.org/x/sys v0.0.0-20220318055525-2edf467146b5
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
golang.org/x/text v0.3.7
|
|
)
|