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

14 lines
358 B
Modula-2

module github.com/skanehira/tson
go 1.13
require (
github.com/creack/pty v1.1.9
github.com/gdamore/tcell v1.3.0
github.com/gofrs/uuid v3.2.0+incompatible
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
)