qedit/go.mod
2021-04-13 11:30:03 -05:00

11 lines
234 B
Modula-2

module github.com/fivemoreminix/qedit
go 1.16
require (
github.com/gdamore/tcell/v2 v2.2.0
github.com/mattn/go-runewidth v0.0.12
github.com/zyedidia/clipboard v1.0.3
github.com/zyedidia/rope v0.0.0-20210117014038-fa241571635a
)