forked from cwtch.im/cwtch
1
0
Fork 0
cwtch/go.mod

19 lines
828 B
Modula-2

module cwtch.im/cwtch
require (
git.openprivacy.ca/openprivacy/libricochet-go v0.0.0-20190111200107-540e68b8ef5a
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/c-bata/go-prompt v0.2.3
github.com/cretz/bine v0.0.0-20181205142746-62912bff1c53 // indirect
github.com/golang/protobuf v1.2.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-tty v0.0.0-20181127064339-e4f871175a2f // indirect
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/struCoder/pidusage v0.1.2
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
golang.org/x/net v0.0.0-20190110200230-915654e7eabc
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // indirect
)