ted/go.mod

9 lines
162 B
Modula-2
Raw Normal View History

2020-09-29 00:56:36 +00:00
module github.com/lmika/ted
go 1.15
require (
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
)