10 lines
194 B
Modula-2
10 lines
194 B
Modula-2
module github.com/gokcehan/lf
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/doronbehar/termbox-go v0.0.0-20200711071547-71407e3bfa14
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
gopkg.in/djherbis/times.v1 v1.2.0
|
|
)
|