Files
lazygit/vendor/github.com/jesseduffield/gocui/go.mod
T

11 lines
207 B
AMPL

module github.com/jesseduffield/gocui
go 1.12
require (
github.com/gdamore/tcell/v2 v2.4.0
github.com/go-errors/errors v1.0.2
github.com/mattn/go-runewidth v0.0.10
github.com/stretchr/testify v1.7.0
)