2019-04-20 20:12:22 +00:00
|
|
|
module github.com/gokcehan/lf
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-03-20 18:59:30 +00:00
|
|
|
github.com/doronbehar/termbox-go v0.0.0-20191006141301-8c9470559e05
|
2019-04-20 20:12:22 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.4
|
2019-09-18 18:52:30 +00:00
|
|
|
gopkg.in/djherbis/times.v1 v1.2.0
|
2019-04-20 20:12:22 +00:00
|
|
|
)
|