You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tson/go.mod

10 lines
202 B
Modula-2

5 years ago
module github.com/skanehira/tson
go 1.13
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
)