1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-16 11:37:01 +02:00
lazygit/vendor/github.com/gdamore/tcell/v2/go.mod
Jesse Duffield 5f77ac8d6f bump gocui
2021-04-06 19:34:32 +10:00

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.0.3
github.com/mattn/go-runewidth v0.0.10
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
golang.org/x/text v0.3.0
)