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

16 lines
486 B
Modula-2

5 years ago
module github.com/skanehira/tson
go 1.13
require (
2 years ago
github.com/creack/pty v1.1.11
github.com/gdamore/tcell v1.3.0
github.com/gofrs/uuid v3.2.0+incompatible
4 years ago
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
5 years ago
github.com/mitchellh/go-homedir v1.1.0
4 years ago
github.com/rivo/tview v0.0.0-20191129065140-82b05c9fb329
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
4 years ago
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
)