cwtch/go.mod

18 lines
568 B
Modula-2
Raw Normal View History

module cwtch.im/cwtch
require (
2019-12-17 22:40:36 +00:00
cwtch.im/tapir v0.1.14
git.openprivacy.ca/openprivacy/libricochet-go v1.0.10
github.com/c-bata/go-prompt v0.2.3
github.com/golang/protobuf v1.3.3
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/struCoder/pidusage v0.1.3
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
)
go 1.13