lf/go.mod

10 lines
158 B
Modula-2
Raw Normal View History

module github.com/gokcehan/lf
go 1.12
require (
github.com/gdamore/tcell v1.3.0
github.com/mattn/go-runewidth v0.0.9
gopkg.in/djherbis/times.v1 v1.2.0
)