lf/go.mod
2021-03-30 01:12:58 +03:00

13 lines
322 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
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
gopkg.in/djherbis/times.v1 v1.2.0
)
replace github.com/gdamore/tcell/v2 => github.com/gokcehan/tcell/v2 v2.2.1-0.20210305105241-d6e6db0edf62