2
0
mirror of https://github.com/skanehira/tson synced 2024-11-15 12:13:04 +00:00
tson/go.mod
2019-10-30 21:46:47 +09:00

12 lines
285 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-20190324182152-8a9e26fab0ff
github.com/rivo/uniseg v0.1.0 // indirect
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
)