11 lines
234 B
Modula-2
11 lines
234 B
Modula-2
module github.com/fivemoreminix/qedit
|
|
|
|
go 1.12
|
|
|
|
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
|
|
)
|