cwtch/go.mod

25 lines
928 B
Modula-2
Raw Normal View History

module cwtch.im/cwtch
require (
cwtch.im/tapir v0.1.17
git.openprivacy.ca/openprivacy/connectivity v1.1.1
git.openprivacy.ca/openprivacy/libricochet-go v1.0.11
git.openprivacy.ca/openprivacy/log v1.0.0
github.com/c-bata/go-prompt v0.2.3
github.com/golang/protobuf v1.3.3
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/struCoder/pidusage v0.1.3
go.etcd.io/bbolt v1.3.4 // indirect
golang.org/x/crypto v0.0.0-20200320181102-891825fb96df
golang.org/x/net v0.0.0-20200320181208-1c781a10960a
golang.org/x/sys v0.0.0-20200320181252-af34d8274f85 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
go 1.13