2019-10-29 14:00:48 +00:00
|
|
|
module github.com/skanehira/tson
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2019-10-29 17:28:31 +00:00
|
|
|
require (
|
|
|
|
github.com/gdamore/tcell v1.3.0
|
|
|
|
github.com/rivo/tview v0.0.0-20191018125527-685bf6da76c2
|
|
|
|
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
|
|
|
|
)
|