File: go.mod

package info (click to toggle)
golang-github-zyedidia-tcell 2.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 716 kB
  • sloc: sh: 16; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/zyedidia/tcell/v2

require (
	github.com/gdamore/encoding v1.0.0
	github.com/lucasb-eyer/go-colorful v1.0.3
	github.com/mattn/go-runewidth v0.0.7
	github.com/xo/terminfo v0.0.0-20200218205459-454e5b68f9e8
	github.com/zyedidia/poller v1.0.1
	golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756
	golang.org/x/text v0.3.0
)

go 1.13