lf/go.mod
2021-02-21 17:34:38 +03:00

10 lines
162 B
Modula-2

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