2
0
mirror of https://github.com/skanehira/tson synced 2024-11-17 09:25:31 +00:00
tson/go.mod

10 lines
202 B
Modula-2
Raw Normal View History

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
)