2019-04-20 20:12:22 +00:00
|
|
|
module github.com/gokcehan/lf
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2021-05-16 19:52:15 +00:00
|
|
|
github.com/gdamore/tcell/v2 v2.3.1
|
2021-02-21 14:34:38 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.10
|
2022-02-13 20:42:08 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
|
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
|
|
|
)
|