lf/go.mod
2021-05-16 22:52:15 +03:00

11 lines
216 B
Modula-2

module github.com/gokcehan/lf
go 1.12
require (
github.com/gdamore/tcell/v2 v2.3.1
github.com/mattn/go-runewidth v0.0.10
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
gopkg.in/djherbis/times.v1 v1.2.0
)