aebff483a7
cc #486
13 lines
322 B
Modula-2
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.20210329222449-4dd2d52e83ef
|