1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-05 13:24:54 +02:00
Jesse Duffield 345c90ac05 fix editor
2021-10-17 04:17:59 +00:00

11 lines
207 B
Modula-2

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
)