lf/go.mod
2022-02-13 23:42:08 +03:00

12 lines
269 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/sys v0.0.0-20220209214540-3681064d5158
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
gopkg.in/djherbis/times.v1 v1.2.0
)