2019-04-20 20:12:22 +00:00
|
|
|
module github.com/gokcehan/lf
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2021-02-21 14:34:38 +00:00
|
|
|
github.com/gdamore/tcell/v2 v2.2.0
|
|
|
|
github.com/mattn/go-runewidth v0.0.10
|
2021-02-21 15:01:20 +00:00
|
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
|
2019-09-18 18:52:30 +00:00
|
|
|
gopkg.in/djherbis/times.v1 v1.2.0
|
2019-04-20 20:12:22 +00:00
|
|
|
)
|
2021-03-29 22:12:58 +00:00
|
|
|
|
|
|
|
replace github.com/gdamore/tcell/v2 => github.com/gokcehan/tcell/v2 v2.2.1-0.20210305105241-d6e6db0edf62
|