tson/go.mod
2019-10-30 10:49:33 +09:00

11 lines
242 B
Modula-2

module github.com/skanehira/tson
go 1.13
require (
github.com/gdamore/tcell v1.3.0
github.com/mitchellh/go-homedir v1.1.0
github.com/rivo/tview v0.0.0-20191018125527-685bf6da76c2
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
)