ck/go.mod
2021-07-20 23:22:07 +02:00

9 lines
134 B
Modula-2

module gitlab.com/tvrdosrz/ck
go 1.16
require (
github.com/gdamore/tcell v1.4.0
github.com/gdamore/tcell/v2 v2.3.11 // indirect
)