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 [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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.13
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
golang.org/x/text v0.3.7
|
|
)
|